Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/
H A Dtimepicker_haptic_controller.cpp69 threadCv_.notify_one(); in ThreadRelease()
117threadCv_.wait(lock, [this]() { return IsThreadPlaying() || IsThreadPlayOnce() || IsThreadNone(); … in ThreadLoop()
148 threadCv_.wait_until(lock, startTime + 40ms); in ThreadLoop()
168 threadCv_.notify_one(); in Play()
183 threadCv_.notify_one(); in PlayOnce()
192 threadCv_.notify_one(); in Stop()
H A Dtimepicker_haptic_controller.h65 std::condition_variable_any threadCv_; variable