Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.cpp595 std::lock_guard<std::mutex> lock(vkInterface.hGraphicsQueueMutex_); in HookedVkQueueSubmit()
611 std::lock_guard<std::mutex> lock(vkInterface.hGraphicsQueueMutex_); in HookedVkQueueSignalReleaseImageOHOS()
H A Drs_vulkan_context.h223 std::mutex hGraphicsQueueMutex_; variable