Home
last modified time | relevance | path

Searched refs:moduleMutex_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/
H A Dmodule_loader.cpp51 std::mutex ModuleLoader::moduleMutex_; member in OHOS::HiviewDFX::HiAppEvent::ModuleLoader
67 std::lock_guard<std::mutex> lock(moduleMutex_); in Load()
90 std::lock_guard<std::mutex> lock(moduleMutex_); in Unload()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_timer_module.cpp121 std::lock_guard<std::mutex> lock(moduleMutex_); in AddCallBack()
130 std::lock_guard<std::mutex> lock(moduleMutex_); in RemoveCallBack()
142 std::lock_guard<std::mutex> lock(moduleMutex_); in GetCallBack()
H A Djsi_timer_module.h42 mutable std::mutex moduleMutex_; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/include/
H A Dmodule_loader.h46 static std::mutex moduleMutex_; variable