Home
last modified time | relevance | path

Searched refs:StackDepotStopBackgroundThread (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp209 SANITIZER_WEAK_ATTRIBUTE void StackDepotStopBackgroundThread() {} in StackDepotStopBackgroundThread() function
211 StackDepotStopBackgroundThread(); in StopStackDepotBackgroundThread()
H A Dsanitizer_stackdepot.h45 void StackDepotStopBackgroundThread();
H A Dsanitizer_stackdepot.cpp236 void StackDepotStopBackgroundThread() { compress_thread.Stop(); } in StackDepotStopBackgroundThread() function