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
/
include
/
mutex.i
Age
Commit message (
Expand
)
Author
2014-05-08
Scan include files for style problems. Fix the ones found right away.
Michael Cahill
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-12-19
Rework the pthread spinlock logging code.
Keith Bostic
2013-12-16
Fix --with-spinlock=gcc configuration.
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-12-09
whitespace
Keith Bostic
2013-11-14
Change the gcc spinlock implementation of __wt_spin_trylock to return
Keith Bostic
2013-11-01
Do a full-barrier when spinlock logging is configured, it cuts down on
Keith Bostic
2013-10-21
Update the "are statistics configured" test for
Keith Bostic
2013-10-15
Add a new spinlock type, "pthread_logging" which configures the code
Keith Bostic
2013-10-06
For now, the spinlock logging code is always configured, remove last parts
Keith Bostic
2013-10-06
Register the spinlock even if we are about successfully get the spinlock
Keith Bostic
2013-10-06
Add support for tracking which spinlocks block other spinlocks and
Keith Bostic
2013-10-04
Move the serialization lock from WT_CONNECTION into WT_BTREE, the btree
Keith Bostic
2013-03-21
Use adaptive mutexes for spinlocks if available.
Michael Cahill
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-09-10
On GCC spinlocks, yield after spinning for a while (default 1000 iterations).
Michael Cahill
2012-09-10
typo
Michael Cahill
2012-09-10
Fix the return value of trylock for GCC spinlocks.
Michael Cahill
2012-01-22
Update copyright notices to 2012.
Keith Bostic
2011-12-09
Add a spinlock destroy for platforms where pthread mutexes tie up resources.
Michael Cahill
2011-12-05
Parallelize eviction by having application threads evict pages while reads ar...
Michael Cahill
2011-11-04
Move spinlock functions into a new "mutex.i" file.
Michael Cahill