Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/server/
Ddynamic_thread_pool.cc44 pool_->nthreads_--; in ThreadFunc()
48 if ((pool_->shutdown_) && (pool_->nthreads_ == 0)) { in ThreadFunc()
82 nthreads_(0), in DynamicThreadPool()
86 nthreads_++; in DynamicThreadPool()
101 while (nthreads_ != 0) { in ~DynamicThreadPool()
114 nthreads_++; in Add()
Ddynamic_thread_pool.h59 int nthreads_; variable