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