Home
last modified time | relevance | path

Searched refs:mWorkerIdleCondition (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp388 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()
DCommandProcessor.h543 mutable std::condition_variable mWorkerIdleCondition; variable