Searched refs:workerCond_ (Results 1 – 2 of 2) sorted by relevance
103 workerCond_.notify_all(); in WorkerLockCondition()123 isMatchCondition = workerCond_.wait_for(lock, std::chrono::milliseconds(WORKER_TIMEOUT), in ConsumeWorkerQueueTask()129 workerCond_.notify_all(); in ConsumeWorkerQueueTask()142 workerCond_.notify_all(); in ConsumeWorkerQueueTask()
46 std::condition_variable workerCond_; variable