Home
last modified time | relevance | path

Searched refs:LockAll (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp142 void ChainedOriginDepot::LockAll() { depot.LockAll(); } in LockAll() function in __sanitizer::ChainedOriginDepot
H A Dsanitizer_chained_origin_depot.h35 void LockAll();
H A Dsanitizer_stackdepot.cpp219 theDepot.LockAll(); in StackDepotLockAll()
221 stackStore.LockAll(); in StackDepotLockAll()
H A Dsanitizer_stackdepotbase.h55 void LockAll();
163 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::LockAll() { in LockAll() function
H A Dsanitizer_stack_store.h49 void LockAll();
H A Dsanitizer_stack_store.cpp111 void StackStore::LockAll() { in LockAll() function in __sanitizer::StackStore
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp35 chainedOriginDepot.LockAll(); in ChainedOriginDepotLockAll()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2443 GetChainedOriginDepot()->LockAll(); in BeforeFork()