Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_idle_detector.h77 std::lock_guard<std::mutex> lock(appBufferListMutex_); in ClearAppBufferList()
87 std::lock_guard<std::mutex> lock(appBufferListMutex_); in UpdateAppBufferList()
104 std::mutex appBufferListMutex_; variable
H A Dhgm_idle_detector.cpp94 std::lock_guard<std::mutex> lock(appBufferListMutex_); in GetTouchUpExpectedFPS()