Home
last modified time | relevance | path

Searched refs:nativeModuleListMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp61 std::lock_guard<std::mutex> lock(nativeModuleListMutex_); in ~NativeModuleManager()
264 std::lock_guard<std::mutex> lock(nativeModuleListMutex_); in Register()
670 std::lock_guard<std::mutex> lock(nativeModuleListMutex_); in CheckNativeListChanged()
1036 std::lock_guard<std::mutex> lock(nativeModuleListMutex_); in FindNativeModuleByDisk()
1133 std::lock_guard<std::mutex> lock(nativeModuleListMutex_); in RemoveNativeModuleByCache()
1193 std::lock_guard<std::mutex> lock(nativeModuleListMutex_); in FindNativeModuleByCache()
H A Dnative_module_manager.h170 std::mutex nativeModuleListMutex_; variable