summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/spin_lock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-3/+3
* SERVER-45212 Add try_lock() to SpinLockAmirsaman Memaripour2020-01-161-9/+21
* Revert "SERVER-45212 Add try_lock() to SpinLock"Amirsaman Memaripour2020-01-141-21/+9
* SERVER-45212 Add try_lock() to SpinLockAmirsaman Memaripour2020-01-131-9/+21
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-4/+6
* 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-26/+28
* SERVER-36676 spinlock as mutex in dbg builds linuxJason Carey2018-08-211-0/+25
* Revert "SERVER-36676 spinlock as mutex in dbg builds linux"Siyuan Zhou2018-08-161-25/+0
* SERVER-36676 spinlock as mutex in dbg builds linuxJason Carey2018-08-161-0/+25
* SERVER-21542 Optimize spinlock on non-windows systemsKaloian Manassiev2015-11-191-49/+37
* Revert "SERVER-21542 Optimize spinlock on non-windows systems"Kaloian Manassiev2015-11-191-37/+49
* SERVER-21542 Optimize spinlock on non-windows systemsMathias Stearn2015-11-181-49/+37
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-48/+68
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-4/+4
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+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-5867 Use CRITICAL_SECTION for non-SRW Windows locksTad Marshall2012-05-191-1/+2
* fix Windows compilation issuesEric Milkie2012-04-061-0/+3
* Better codegen for inline common-case version of spin_lockMathias Stearn2012-02-091-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+77