Searched refs:imageObjectMutex_ (Results 1 – 3 of 3) sorted by relevance
248 std::lock_guard<std::mutex> lock(imageObjectMutex_); in AddImageObject()255 std::lock_guard<std::mutex> lock(imageObjectMutex_); in GetImageObject()264 std::lock_guard<std::mutex> lock(imageObjectMutex_); in GetAllObject()273 std::lock_guard<std::mutex> lock(imageObjectMutex_); in SetupObject()
99 std::lock_guard<std::mutex> lock(imageObjectMutex_); in ClearOp()522 std::lock_guard<std::mutex> lock(drawCmdList->imageObjectMutex_); in PlaybackToDrawCmdList()
293 std::mutex imageObjectMutex_; variable