summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/spin_lock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-26/+28
* 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