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