Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp94 class CompressThread { class
96 constexpr CompressThread() = default;
124 static CompressThread compress_thread;
126 void CompressThread::NewWorkNotify() { in NewWorkNotify()
137 reinterpret_cast<CompressThread *>(arg)->Run(); in NewWorkNotify()
151 void CompressThread::Run() { in Run()
157 void CompressThread::Stop() { in Stop()
173 void CompressThread::LockAndStop() { in LockAndStop()
187 void CompressThread::Unlock() { mutex_.Unlock(); } in Unlock()