Searched refs:ObjectCacheMutex (Results 1 – 2 of 2) sorted by relevance
241 std::lock_guard<std::mutex> Lock(ObjectCacheMutex); in getObjectEntry()256 std::lock_guard<std::mutex> ObjectLock(ObjectCacheMutex); in clear()
134 std::mutex ObjectCacheMutex; variable