Files
bitcoin/src/util
Anthony Towns e196cf26e0 util/stdmutex.h: Add STDLOCK() and improve annotation checking for StdMutex
StdLockGuard and clang's thread safety annotations did not ensure that
the lock it was taking was not already held. Add a STDLOCK() macro which
uses an annotated StdMutex::CheckNotHeld() function to correct that.
2026-03-23 15:01:57 +10:00
..
2026-01-15 16:15:44 +01:00
2026-01-20 16:26:50 +00:00
2026-02-02 17:22:31 +00:00
2026-01-22 12:10:33 -05:00