Home
last modified time | relevance | path

Searched refs:cv_ (Results 1 - 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/test/app/
H A Dbusy_workers.cpp53 cv_.wait(lock); in Down()
62 cv_.notify_one(); in Up()
67 std::condition_variable cv_; member
/developtools/hdc/src/register/
H A Dhdc_jdwp.h48 std::condition_variable cv_; member in Hdc::HdcJdwpSimulator
H A Dhdc_jdwp.cpp38 cv_.notify_one(); in Disconnect()
261 cv_.wait(lock, [this]() -> bool { return this->notified_ || this->disconnectFlag_; }); in WaitForJdwp()
277 that->cv_.notify_one(); in AddWatchHdcdJdwp()

Completed in 2 milliseconds