Searched refs:CompressThread (Results 1 – 1 of 1) sorted by relevance
94 class CompressThread { class96 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()