Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_single_frame_composer.cpp24 std::mutex RSSingleFrameComposer::appPidMapMutex_; member in OHOS::Rosen::RSSingleFrameComposer
121 std::lock_guard<std::mutex> lock(appPidMapMutex_); in AddOrRemoveAppPidToMap()
131 std::lock_guard<std::mutex> lock(appPidMapMutex_); in IsShouldProcessByIpcThread()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_single_frame_composer.h53 static std::mutex appPidMapMutex_; variable