Searched refs:gCacheMutex (Results 1 – 4 of 4) sorted by relevance
23 static std::mutex *gCacheMutex = nullptr; variable37 gCacheMutex->~mutex(); in unifiedcache_cleanup()38 gCacheMutex = nullptr; in unifiedcache_cleanup()75 gCacheMutex = STATIC_NEW(std::mutex); in cacheInit()138 std::lock_guard<std::mutex> lock(*gCacheMutex); in setEvictionPolicy()144 std::lock_guard<std::mutex> lock(*gCacheMutex); in unusedCount()149 std::lock_guard<std::mutex> lock(*gCacheMutex); in autoEvictedCount()154 std::lock_guard<std::mutex> lock(*gCacheMutex); in keyCount()159 std::lock_guard<std::mutex> lock(*gCacheMutex); in flush()168 std::lock_guard<std::mutex> lock(*gCacheMutex); in handleUnreferencedObject()[all …]
24 static UMutex gCacheMutex = U_MUTEX_INITIALIZER; variable135 Mutex lock(&gCacheMutex); in setEvictionPolicy()141 Mutex lock(&gCacheMutex); in unusedCount()146 Mutex lock(&gCacheMutex); in autoEvictedCount()151 Mutex lock(&gCacheMutex); in keyCount()156 Mutex lock(&gCacheMutex); in flush()165 Mutex lock(&gCacheMutex); in handleUnreferencedObject()184 Mutex lock(&gCacheMutex); in dumpContents()224 Mutex lock(&gCacheMutex); in ~UnifiedCache()325 Mutex lock(&gCacheMutex); in _putIfAbsentAndGet()[all …]