Searched refs:g_cacheMutex (Results 1 – 1 of 1) sorted by relevance
127 static std::shared_mutex g_cacheMutex; variable144 std::unique_lock<std::shared_mutex> lock(g_cacheMutex); in HandleCleanEnv()154 std::unique_lock<std::shared_mutex> lock(g_cacheMutex); in OnReceiveEvent()898 std::unique_lock<std::shared_mutex> lock(g_cacheMutex); in CheckAbilityInfoCache()929 std::unique_lock<std::shared_mutex> lock(g_cacheMutex); in CheckBatchAbilityInfoCache()950 std::shared_lock<std::shared_mutex> lock(g_cacheMutex); in QueryAbilityInfosExec()1065 std::shared_lock<std::shared_mutex> lock(g_cacheMutex); in BatchQueryAbilityInfosExec()1235 std::shared_lock<std::shared_mutex> lock(g_cacheMutex); in QueryAbilityInfosSync()1315 std::unique_lock<std::shared_mutex> lock(g_cacheMutex); in HandleExtensionCache()1327 std::shared_lock<std::shared_mutex> lock(g_cacheMutex); in QueryExtensionInfosExec()[all …]