Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/Debug/
DThread.cpp58 lock.wait(stateCV, [this]() REQUIRES(mutex) { return state_ != State::Paused; }); in onLocationUpdate()
80 lock.wait(stateCV, [this]() REQUIRES(mutex) { return state_ != State::Paused; }); in onLocationUpdate()
181 stateCV.notify_all(); in resume()
195 stateCV.notify_all(); in stepIn()
203 stateCV.notify_all(); in stepOver()
211 stateCV.notify_all(); in stepOut()
DThread.hpp199 std::condition_variable stateCV; member in vk::dbg::Thread