index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sync.cpp
Age
Commit message (
Expand
)
Author
2021-09-29
log: Avoid broken DEBUG_LOCKORDER log
MarcoFalke
2021-09-06
sync: inline lock contention logging macro to fix time duration
Jon Atack
2021-09-01
sync: remove DEBUG_LOCKCONTENTION preprocessor directives
Jon Atack
2021-09-01
log, sync: improve lock contention logging and add time duration
Jon Atack
2021-08-18
log, sync: add LOCK logging category, apply it to lock contention
Jon Atack
2021-01-26
refactor: remove straggling boost::mutex usage
fanquake
2020-12-10
sync: Improve CheckLastCritical()
Hennadii Stepanov
2020-11-26
sync: const-qualify the argument of double_lock_detected()
Vasil Dimov
2020-11-26
sync: print proper lock order location when double lock is detected
Vasil Dimov
2020-11-25
Merge #19337: sync: detect double lock from the same thread
Wladimir J. van der Laan
2020-08-29
sync.h: Make runtime lock checks require compile-time lock checks
Anthony Towns
2020-08-10
sync: detect double lock from the same thread
Vasil Dimov
2020-08-05
sync: make EnterCritical() & push_lock() type safe
Vasil Dimov
2020-08-02
test: Add LockStackEmpty()
Hennadii Stepanov
2020-08-02
Preserve initial state if push_lock() throws exception
Hennadii Stepanov
2020-06-25
Improve "detected inconsistent lock order" error message
Hennadii Stepanov
2020-06-22
test: Improve "potential deadlock detected" exception message
Hennadii Stepanov
2020-06-22
Fix mistakenly swapped "previous" and "current" lock orders
Hennadii Stepanov
2020-05-28
Use template function instead of void* parameter
Hennadii Stepanov
2020-05-22
doc: Add and fix comments about never destroyed objects
Hennadii Stepanov
2020-05-19
Replace thread_local g_lockstack with a mutex-protected map
Hennadii Stepanov
2020-05-19
refactor: Refactor duplicated code into LockHeld()
Hennadii Stepanov
2020-05-19
refactor: Add LockPair type alias
Hennadii Stepanov
2020-05-19
refactor: Add LockStackItem type alias
Hennadii Stepanov
2020-05-19
Prevent UB in DeleteLock() function
Hennadii Stepanov
2020-03-27
util: Remove unused itostr
MarcoFalke
2020-03-06
sync.h: add REVERSE_LOCK
Anthony Towns
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-06-13
Replace remaining fprintf with tfm::format manually
MarcoFalke
2019-06-13
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-05-07
fix static_assert for macro HAVE_THREAD_LOCAL
orient
2019-04-29
threads: add thread names to deadlock debugging message
James O'Beirne
2019-01-25
Prevent mutex lock fail even if --enable-debug
Akio Nakamura
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-31
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-03
Add unit test for DEBUG_LOCKORDER code
Russell Yanofsky
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-22
qa: Initialize lockstack to prevent null pointer deref
MarcoFalke
2018-05-17
break circular dependency: random/sync -> util -> random/sync
Chun Kuan Lee
2018-04-07
[logging] Comment all continuing logs.
John Newbery
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-01-28
Fix typos
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-27
threads: add a thread_local autoconf check
Cory Fields
2017-11-18
Switched sync.{cpp,h} to std threading primitives.
Thomas Snider
[next]