summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/spin_lock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36676 spinlock as mutex in dbg builds linuxJason Carey2018-08-211-4/+5
* SERVER-21541 Add a platform-independent wrapper around x86 pause workalikesMark Benvenuto2016-04-181-3/+3
* SERVER-21542 Optimize spinlock on non-windows systemsKaloian Manassiev2015-11-191-64/+8
* Revert "SERVER-21542 Optimize spinlock on non-windows systems"Kaloian Manassiev2015-11-191-8/+64
* SERVER-21542 replace non-standard pthread_yield with standardized sched_yieldMathias Stearn2015-11-191-1/+2
* SERVER-21542 Optimize spinlock on non-windows systemsMathias Stearn2015-11-181-64/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-60/+65
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-2/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-1/+4
* SERVER-15368 Remove C-style bool and void casts in assert utilities and likel...Andy Schwerin2014-10-071-0/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+5
* fix licenses these should be apacheDwight2012-09-171-15/+14
* Fix build on non-x86Jani Monoses2012-04-051-0/+4
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+107