summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2022-1415/+1546
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-196-118/+41
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-183-8/+7
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-183-14/+14
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-175-288/+282
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-175-33/+32
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-169-36/+51
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-161-34/+10
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-18859 Don't access thread name's thread_local before dynamic init is c...Andrew Morrow2015-06-091-4/+30
* SERVER-18605 Always set some thread name.Andy Schwerin2015-05-271-1/+7
* SERVER-17310 Add polyfills for types from the <thread>, <mutex> and <conditio...Andy Schwerin2015-05-192-10/+10
* Remove unused qlock.h file.Geert Bosch2015-05-071-376/+0
* SERVER-9666 Move task and rwlock into new libraries under util/concurrencyAndrew Morrow2015-05-061-0/+18
* SERVER-18028 trivial ThreadPool cleanupBenety Goh2015-05-063-22/+25
* SERVER-17796: Free the CriticalSection in the destructorMark Benvenuto2015-05-041-0/+5
* 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-17863 Sort in config.h header when possibleAndrew Morrow2015-04-033-6/+4
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-274-41/+8
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-262-3/+4
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-262-5/+1
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-124-69/+26
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-053-29/+17
* SERVER-17330 remove server.h and dependencies; all dead codeEric Milkie2015-02-191-122/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-063-6/+6
* SERVER-16951: Improve TicketHolder and add semaphore versionEliot Horowitz2015-01-273-61/+250
* SERVER-16773: Mark threads idle for tcmallocGeert Bosch2015-01-222-3/+50
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-153-8/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-153-0/+7
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-1/+1
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-058-1/+13
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-053-1/+10
* SERVER-13256 Remove goodies.hAndrew Morrow2015-01-051-1/+0
* SERVER-13256 Move observer to mutex.cpp and remove util.cppAndrew Morrow2015-01-051-0/+37
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16478 Remove unused List1 classAndrew Morrow2014-12-091-109/+0
* SERVER-15780 more/improve thread namingScott Hernandez2014-11-042-11/+23
* SERVER-15710 Add better leak sanitizer integrationAndrew Morrow2014-10-291-1/+4
* SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarationsMatt Kangas2014-10-282-2/+2
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-142-0/+4
* SERVER-15368 Remove C-style bool and void casts in assert utilities and likel...Andy Schwerin2014-10-071-0/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-124-6/+2
* SERVER-14855 Remove RACECHECK and race.h; they introduce racesAndrew Morrow2014-08-122-144/+0
* SERVER-14850 Remove the mutex debugger and associated undefined behaviorAndrew Morrow2014-08-125-279/+2
* SERVER-14788 Do not start threads in ReplicationExecutor's constructor.Andy Schwerin2014-08-082-6/+25
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-052-4/+4
* SERVER-9634 typo fixesVeres Lajos2014-06-091-22/+22