Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_frame.cpp117 std::unique_lock<std::mutex> frameLock(frameMutex_); in PostAndWait() local
128 frameCV_.wait(frameLock, [this] { return canUnblockMainThread; }); in PostAndWait()
173 std::unique_lock<std::mutex> frameLock(frameMutex_); in UnblockMainThread() local