summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/mutex.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-271-7/+3
* SERVER-24104 Fix OSX include-what-you-use induced build failure.Andy Schwerin2016-05-171-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-45/+47
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-75/+33
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+2
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-7/+14
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-161-34/+10
* SERVER-17796: Free the CriticalSection in the destructorMark Benvenuto2015-05-041-0/+5
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-1/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-1/+0
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-39/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-14/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-15710 Add better leak sanitizer integrationAndrew Morrow2014-10-291-1/+4
* SERVER-14850 Remove the mutex debugger and associated undefined behaviorAndrew Morrow2014-08-121-19/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12265: for SimpleMutex, change name from char* to StringDataEliot Horowitz2014-01-241-3/+3
* file/line for mutex name using only preprocessorGreg Studer2013-04-191-0/+9
* SERVER-6449 - decide which BOSOT::TIME_UTC variant to use at compile timeEliot Horowitz2012-07-141-1/+2
* SERVER-6340 Use TIME_UTC_ rather than TIME_UTCMathias Stearn2012-07-101-1/+1
* SERVER-5867 Use CRITICAL_SECTION for non-SRW Windows locksTad Marshall2012-05-191-7/+6
* fix Windows compilation issuesEric Milkie2012-04-061-2/+2
* fix compilation issues on Windows -- use critical_section class to avoid wind...Eric Milkie2012-04-051-27/+20
* Split mongo/dbtests/framework into a general unit test framework and a dbtest...Andy Schwerin2012-04-031-0/+3
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-4/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-7/+8
* fix dassertLocked for windows false positivesdwight2012-02-141-19/+7
* more include friendlydwight2011-12-271-8/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+228