Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp124 static CompressThread compress_thread; variable
197 compress_thread.NewWorkNotify(); in store()
220 compress_thread.LockAndStop(); in StackDepotLockBeforeFork()
226 compress_thread.Unlock(); in StackDepotUnlockAfterFork()
236 void StackDepotStopBackgroundThread() { compress_thread.Stop(); } in StackDepotStopBackgroundThread()