index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
support
/
mutex.c
Age
Commit message (
Expand
)
Author
2014-06-25
Change from using separate fields to define stat states to flags.
Alex Gorrod
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-12-19
Rework the pthread spinlock logging code.
Keith Bostic
2013-12-16
The slot is read in a separate thread (the statistics logging thread),
Keith Bostic
2013-12-16
Unregister spinlocks from the connection when they are destroyed.
Michael Cahill
2013-12-13
We need to handle static "location ID" variables with both multiple
Keith Bostic
2013-12-11
Add spinlock statistics for __wt_spin_trylock() calls.
Keith Bostic
2013-12-11
Make spinlock stats work across open/close of the WT_CONNECTION.
Keith Bostic
2013-11-05
Create a Python pass for source code style checking (to eventually replace s_...
Michael Cahill
2013-11-01
Be more aggressive in ignoring spinlock mutexes we don't care about, ignore
Keith Bostic
2013-11-01
Do a full-barrier when spinlock logging is configured, it cuts down on
Keith Bostic
2013-10-15
Add a new spinlock type, "pthread_logging" which configures the code
Keith Bostic
2013-10-14
Don't create a report unless both spinlocks are initialized.
Keith Bostic
2013-10-14
Output a line even when no spinlocks were blocked, that way the logging
Keith Bostic
2013-10-06
For now, the spinlock logging code is always configured, remove last parts
Keith Bostic