Searched refs:taskCv_ (Results 1 – 4 of 4) sorted by relevance
35 …: name_(name), numThreads_(numThreads), workers_(), isStopped_(false), mutex_(), taskCv_(), tasks_… in ThreadPool()49 taskCv_.notify_all(); in ~ThreadPool()135 taskCv_.wait(lock, [this] { return isStopped_.load() || !tasks_.empty(); }); in GetTask()162 taskCv_.notify_one(); in Submit()
86 mutable std::condition_variable taskCv_; variable
94 COMPILE_HIDDEN std::condition_variable taskCv_; variable
430 taskCv_.notify_all(); in AddTask()457 return taskCv_.wait_for(lock, std::chrono::minutes(WAIT_TIME), in WaitForTask()