Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/server/
Ddynamic_thread_pool.cc46 pool_->dead_threads_.push_back(this); in ThreadFunc()
104 ReapThreads(&dead_threads_); in ~DynamicThreadPool()
120 if (!dead_threads_.empty()) { in Add()
121 ReapThreads(&dead_threads_); in Add()
Ddynamic_thread_pool.h61 std::list<DynamicThread*> dead_threads_; variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc104 dead_threads_.clear(); in ThreadRegistry()
282 dead_threads_.push_back(tctx); in QuarantinePush()
283 if (dead_threads_.size() <= thread_quarantine_size_) in QuarantinePush()
285 tctx = dead_threads_.front(); in QuarantinePush()
286 dead_threads_.pop_front(); in QuarantinePush()
Dsanitizer_thread_registry.h137 IntrusiveList<ThreadContextBase> dead_threads_; variable