Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/server/
Ddynamic_thread_pool.cc59 if (threads_waiting_ >= reserve_threads_) { in ThreadFunc()
62 threads_waiting_++; in ThreadFunc()
64 threads_waiting_--; in ThreadFunc()
83 threads_waiting_(0) { in DynamicThreadPool()
112 if (threads_waiting_ == 0) { in Add()
Ddynamic_thread_pool.h60 int threads_waiting_; variable