Searched refs:stateCV (Results 1 – 2 of 2) sorted by relevance
58 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()
199 std::condition_variable stateCV; member in vk::dbg::Thread