summaryrefslogtreecommitdiff
path: root/src/support/mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Push the rest of the FILE handle functions down into the OS-specificKeith Bostic2015-03-201-13/+10
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Change from using separate fields to define stat states to flags.Alex Gorrod2014-06-251-5/+5
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Rework the pthread spinlock logging code.Keith Bostic2013-12-191-51/+123
* The slot is read in a separate thread (the statistics logging thread),Keith Bostic2013-12-161-0/+9
* Unregister spinlocks from the connection when they are destroyed.Michael Cahill2013-12-161-0/+16
* We need to handle static "location ID" variables with both multipleKeith Bostic2013-12-131-60/+58
* Add spinlock statistics for __wt_spin_trylock() calls.Keith Bostic2013-12-111-7/+20
* Make spinlock stats work across open/close of the WT_CONNECTION.Keith Bostic2013-12-111-10/+32
* Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill2013-11-051-1/+1
* Be more aggressive in ignoring spinlock mutexes we don't care about, ignoreKeith Bostic2013-11-011-9/+9
* Do a full-barrier when spinlock logging is configured, it cuts down onKeith Bostic2013-11-011-20/+67
* Add a new spinlock type, "pthread_logging" which configures the codeKeith Bostic2013-10-151-57/+6
* Don't create a report unless both spinlocks are initialized.Keith Bostic2013-10-141-0/+3
* Output a line even when no spinlocks were blocked, that way the loggingKeith Bostic2013-10-141-7/+5
* For now, the spinlock logging code is always configured, remove last partsKeith Bostic2013-10-061-0/+130