summaryrefslogtreecommitdiff
path: root/src/support/mutex.c
AgeCommit message (Expand)Author
2014-06-25Change from using separate fields to define stat states to flags.Alex Gorrod
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-19Rework the pthread spinlock logging code.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-11-05Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill
2013-11-01Be more aggressive in ignoring spinlock mutexes we don't care about, ignoreKeith Bostic
2013-11-01Do a full-barrier when spinlock logging is configured, it cuts down onKeith Bostic
2013-10-15Add a new spinlock type, "pthread_logging" which configures the codeKeith Bostic
2013-10-14Don't create a report unless both spinlocks are initialized.Keith Bostic
2013-10-14Output a line even when no spinlocks were blocked, that way the loggingKeith Bostic
2013-10-06For now, the spinlock logging code is always configured, remove last partsKeith Bostic