summaryrefslogtreecommitdiff
path: root/src/mongo/util/producer_consumer_queue.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-0/+9
* SERVER-64407 Add ResourceYielder support to ARSJack Mulrow2022-03-111-0/+7
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-46514 Allow mirroring maestro to leave GC for the client threadAmirsaman Memaripour2020-04-161-1/+0
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-19/+17
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39024 Improve PCQ::popManyJason Carey2019-01-301-43/+41
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-37797 PCQ +multi +pipeJason Carey2018-11-021-86/+583
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-145/+28
* SERVER-33572 Add ProducerConsumerQueue to utilJason Carey2018-03-081-0/+569