Searched refs:dead_threads_ (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc104 dead_threads_.clear();
279 dead_threads_.push_back(tctx);
280 if (dead_threads_.size() <= thread_quarantine_size_)
282 tctx = dead_threads_.front();
283 dead_threads_.pop_front();
H A Dsanitizer_thread_registry.h135 IntrusiveList<ThreadContextBase> dead_threads_; member in class:__sanitizer::ThreadRegistry

Completed in 685 milliseconds