Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DDeviceOpTracker.cpp72 std::lock_guard<std::mutex> lock(mPollFunctionsMutex); in Poll()
167 std::lock_guard<std::mutex> lock(mPollFunctionsMutex); in AddPendingDeviceOp()
DDeviceOpTracker.h84 std::mutex mPollFunctionsMutex; variable