summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/rwlockimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-120/+0
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-0/+120
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-120/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-56/+63
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-16/+16
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-1/+0
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-2/+4
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-2/+2
* Fixup all relative includes refering to parent directoriesAndrew Morrow2014-01-171-2/+2
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to util filesIan Whalen2013-08-281-0/+12
* SERVER-8969 Support specifying minimum windows version to buildAndrew Morrow2013-04-081-1/+1
* use StringData in more places, and change mapsf to use any type of mapEliot Horowitz2012-12-211-2/+2
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+17
* SERVER-5867 Only use SRW locks in 2008plus buildTad Marshall2012-05-181-1/+1
* SERVER-4328 stub out some currentOp reporting of lockstate. to be iteratedDwight2012-04-051-2/+2
* use SRWLock on windows for SimpleRWLock. i am pretty sure we can do this as i...Dwight2012-03-181-5/+24
* encapsulate rather than inherit in simplerwlock. cleaner and betterDwight2012-03-181-8/+8
* defensive code for SimpleRWLock which in debug mode can catch some contract v...Dwight2012-03-181-0/+46
* remove old deaqd codeDwight2012-03-181-126/+0
* Merge remote branch 'main_readonly/master'Dwight2012-02-161-0/+1
|\
| * fix Windows build by deactivating max macroEric Milkie2012-02-131-0/+1
* | include lessdwight2012-02-141-1/+0
|/
* notedwight2011-12-301-0/+5
* certain boost versions didnt like this. this is not used for production yet r...dwight2011-12-281-2/+5
* gcc compiledwight2011-12-281-1/+7
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-12-281-0/+1
|\
| * compile: add definition for curTimeMicros64Eric Milkie2011-12-281-0/+1
* | rwlockbase1 workDwight2011-12-281-18/+75
|/
* compiledwight2011-12-271-34/+6
* compiledwight2011-12-271-9/+10
* futuresdwight2011-12-271-0/+90
* compiledwight2011-12-271-6/+1
* stub new cpp filedwight2011-12-271-0/+15