Searched refs:idleThreads_ (Results 1 – 4 of 4) sorted by relevance
70 if (idleThreads_.empty()) { in Pop()78 thread = idleThreads_.front(); in Pop()79 idleThreads_.pop_front(); in Pop()99 idleThreads_.push_back(thread); in Push()144 idleThreads_.push_back(thread); in StopThreads()
31 idleThreads_(0) in TaskPoolImpl()136 ++idleThreads_; in IdleExit()142 --idleThreads_; in IdleExit()151 --idleThreads_; in IdleExit()227 LOGI("Task pool spawn cur:%d idle:%d.", curThreads_, idleThreads_); in SpawnThreads()251 curThreads_, idleThreads_, genericTaskCount_, queuedTaskCount_); in ExitWorker()
83 int idleThreads_; variable
72 Threads idleThreads_; variable