Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/
H A Dtimepicker_haptic_controller.cpp93 bool TimePickerHapticController::IsThreadNone() in IsThreadNone() function in OHOS::Ace::NG::TimePickerHapticController
114 while (!IsThreadNone()) { in ThreadLoop()
117 …readCv_.wait(lock, [this]() { return IsThreadPlaying() || IsThreadPlayOnce() || IsThreadNone(); }); in ThreadLoop()
118 if (IsThreadNone()) { in ThreadLoop()
H A Dtimepicker_haptic_controller.h59 bool IsThreadNone();