Searched refs:nthreads_ (Results 1 – 2 of 2) sorted by relevance
44 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()
59 int nthreads_; variable