summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/SConscript
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ...HEADmasterauto-revert-processor2023-05-181-11/+3
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-3/+11
* SERVER-75908 Disable execution control if user manually set concurrencyPavi Vetriselvan2023-04-241-0/+1
* SERVER-74778 Refactor and improve performance of PriorityTicketHolderLouis Williams2023-03-281-14/+2
* SERVER-73460 Probe throughput to adjust storage engine concurrencyGregory Noma2023-02-081-2/+6
* SERVER-72876 Add TicketHolderTestFixture for common TicketHolderTest function...Haley Connelly2023-01-241-3/+7
* SERVER-72072 Integrate TicketBroker with PriorityTicketHolderJordi Olivares Provencio2023-01-161-7/+8
* SERVER-72067 Implement ticket queue mechanism with futexJordi Olivares Provencio2023-01-101-4/+14
* SERVER-71251 Move PriorityTicketHolder and SemaphoreTicketHolder into separat...Haley Connelly2022-11-141-1/+4
* SERVER-70792 Separate Queue from PriorityTicketHolderHaley Connelly2022-11-111-1/+1
* SERVER-70927 Make PriorityTicketHolder select where to dequeueHaley Connelly2022-11-081-9/+0
* SERVER-70869 update ticketholder target to use LIPDEPS_PRIVATEHaley Connelly2022-10-271-1/+1
* SERVER-69935 Introduce PriorityTicketHolder promotion policyHaley Connelly2022-10-261-1/+10
* SERVER-70750 clean up ticketholder and curop library dependenciesBenety Goh2022-10-211-3/+6
* SERVER-70137 Add OpCtx priority for ticket acquisition in CurOpJordi Olivares Provencio2022-10-131-3/+5
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-261-0/+1
* SERVER-67542 Refactor TicketHolders into a composed TicketHolderJordi Olivares Provencio2022-07-051-2/+2
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-15/+13
* SERVER-63825 Add metrics for read/write queuesDaniel Gómez Ferro2022-04-111-0/+1
* SERVER-64076 Fix deadlock when waiting for ticketsJordi Olivares Provencio2022-03-161-0/+11
* SERVER-63882 resolve libdeps_graph_linting warningsBenety Goh2022-02-221-1/+1
* SERVER-52821 Allow thread names to be cached by unique idBen Caimano2020-12-031-0/+3
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-26/+8
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-101-1/+0
* SERVER-33625 remove OldThreadPoolBenety Goh2018-03-081-1/+0
* SERVER-33473 Make WT ticket acquisition interruptibleLouis Williams2018-03-061-2/+5
* SERVER-31144 Add static WithLock::withoutLock(), unit testNathan Myers2017-09-221-0/+6
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-011-0/+9
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-10/+0
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-10/+0
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-0/+10
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-10/+0
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+1
* SERVER-24577 added support to ThreadPool for post-initialization function on ...Benety Goh2016-06-161-0/+1
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-10/+0
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-4/+0
* SERVER-21436 NetworkInterfaceThreadPool for shardingJason Carey2015-11-171-1/+15
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-241-0/+4
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-6/+6
* SERVER-19000 Implement a ThreadPool that dynamically adjusts the number of th...Andy Schwerin2015-06-231-1/+7
* Revert "SERVER-19000 Implement a ThreadPool that dynamically adjusts the numb...Andy Schwerin2015-06-231-7/+1
* SERVER-19000 Implement a ThreadPool that dynamically adjusts the number of th...Andy Schwerin2015-06-231-1/+7
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-1/+1
* SERVER-9666 Move task and rwlock into new libraries under util/concurrencyAndrew Morrow2015-05-061-0/+18
* SERVER-18028 trivial ThreadPool cleanupBenety Goh2015-05-061-0/+10
* SERVER-9666 Push spin_lock down to util/concurrencyAndrew Morrow2015-04-241-0/+18
* SERVER-9666 Push synchronization under util/concurrencyAndrew Morrow2015-04-241-0/+7
* SERVER-16951: Improve TicketHolder and add semaphore versionEliot Horowitz2015-01-271-0/+5
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-181-4/+4