summaryrefslogtreecommitdiff
path: root/src/include/mutex.i
AgeCommit message (Expand)Author
2014-05-08Scan include files for style problems. Fix the ones found right away.Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-19Rework the pthread spinlock logging code.Keith Bostic
2013-12-16Fix --with-spinlock=gcc configuration.Keith Bostic
2013-12-16The slot is read in a separate thread (the statistics logging thread),Keith Bostic
2013-12-16Unregister spinlocks from the connection when they are destroyed.Michael Cahill
2013-12-13We need to handle static "location ID" variables with both multipleKeith Bostic
2013-12-11Add spinlock statistics for __wt_spin_trylock() calls.Keith Bostic
2013-12-11Make spinlock stats work across open/close of the WT_CONNECTION.Keith Bostic
2013-12-09whitespaceKeith Bostic
2013-11-14Change the gcc spinlock implementation of __wt_spin_trylock to returnKeith Bostic
2013-11-01Do a full-barrier when spinlock logging is configured, it cuts down onKeith Bostic
2013-10-21Update the "are statistics configured" test forKeith Bostic
2013-10-15Add a new spinlock type, "pthread_logging" which configures the codeKeith Bostic
2013-10-06For now, the spinlock logging code is always configured, remove last partsKeith Bostic
2013-10-06Register the spinlock even if we are about successfully get the spinlockKeith Bostic
2013-10-06Add support for tracking which spinlocks block other spinlocks andKeith Bostic
2013-10-04Move the serialization lock from WT_CONNECTION into WT_BTREE, the btreeKeith Bostic
2013-03-21Use adaptive mutexes for spinlocks if available.Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-09-10On GCC spinlocks, yield after spinning for a while (default 1000 iterations).Michael Cahill
2012-09-10typoMichael Cahill
2012-09-10Fix the return value of trylock for GCC spinlocks.Michael Cahill
2012-01-22Update copyright notices to 2012.Keith Bostic
2011-12-09Add a spinlock destroy for platforms where pthread mutexes tie up resources.Michael Cahill
2011-12-05Parallelize eviction by having application threads evict pages while reads ar...Michael Cahill
2011-11-04Move spinlock functions into a new "mutex.i" file.Michael Cahill