Searched refs:graphicsQueueMutex_ (Results 1 – 2 of 2) sorted by relevance
600 std::lock_guard<std::mutex> lock(vkInterface.graphicsQueueMutex_); in HookedVkQueueSubmit()617 std::lock_guard<std::mutex> lock(vkInterface.graphicsQueueMutex_); in HookedVkQueueSignalReleaseImageOHOS()
222 std::mutex graphicsQueueMutex_; variable