Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_frame.cpp128 frameCV_.wait(frameLock, [this] { return canUnblockMainThread; }); in PostAndWait()
176 frameCV_.notify_all(); in UnblockMainThread()
H A Drs_draw_frame.h61 std::condition_variable frameCV_; variable