Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp213 SANITIZER_WEAK_ATTRIBUTE void StackDepotStopBackgroundThread() {} in StackDepotStopBackgroundThread() function
215 StackDepotStopBackgroundThread(); in StopStackDepotBackgroundThread()
H A Dsanitizer_stackdepot.h45 void StackDepotStopBackgroundThread();
H A Dsanitizer_stackdepot.cpp236 void StackDepotStopBackgroundThread() { compress_thread.Stop(); } in StackDepotStopBackgroundThread() function