Searched refs:mWorkerIdleCondition (Results 1 – 2 of 2) sorted by relevance
388 mWorkerIdleCondition.notify_all(); in processTasksImpl()404 mWorkerIdleCondition.notify_one(); in processTasksImpl()521 mWorkerIdleCondition.wait(lock, [this] { return (mTasks.empty() && mWorkerThreadIdle); }); in waitForWorkComplete()598 mWorkerIdleCondition.wait(lock, [this] { return (mTasks.empty() && mWorkerThreadIdle); }); in handleDeviceLost()
543 mutable std::condition_variable mWorkerIdleCondition; variable