Home
last modified time | relevance | path

Searched refs:g_cacheMutex (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp127 static std::shared_mutex g_cacheMutex; member
144 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()
976 std::shared_lock<std::shared_mutex> lock(g_cacheMutex); in QueryAbilityInfosComplete()
1065 std::shared_lock<std::shared_mutex> lock(g_cacheMutex); in BatchQueryAbilityInfosExec()
1096 std::shared_lock<std::shared_mutex> lock(g_cacheMutex); in BatchQueryAbilityInfosComplete()
1235 std::shared_lock<std::shared_mutex> lock(g_cacheMutex); in QueryAbilityInfosSync()
[all...]

Completed in 6 milliseconds