Home
last modified time | relevance | path

Searched defs:LockAll (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h161 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::LockAll() { in LockAll() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepotbase.h159 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::LockAll() { in LockAll() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepotbase.h163 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::LockAll() { in LockAll() function
H A Dsanitizer_chained_origin_depot.cpp143 void ChainedOriginDepot::LockAll() { depot.LockAll(); } in LockAll() function in __sanitizer::ChainedOriginDepot