Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_generator.h168 std::mutex waitForTimeoutMtx_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp233 std::unique_lock<std::mutex> lck(waitForTimeoutMtx_); in WaitForTimeout()