Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/server/
Ddynamic_thread_pool.cc91 void DynamicThreadPool::ReapThreads(std::list<DynamicThread*>* tlist) { in ReapThreads() function in grpc::DynamicThreadPool
104 ReapThreads(&dead_threads_); in ~DynamicThreadPool()
121 ReapThreads(&dead_threads_); in Add()
Ddynamic_thread_pool.h64 static void ReapThreads(std::list<DynamicThread*>* tlist);