Searched refs:moduleMutex_ (Results 1 – 4 of 4) sorted by relevance
51 std::mutex ModuleLoader::moduleMutex_; member in OHOS::HiviewDFX::HiAppEvent::ModuleLoader67 std::lock_guard<std::mutex> lock(moduleMutex_); in Load()90 std::lock_guard<std::mutex> lock(moduleMutex_); in Unload()
121 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()
42 mutable std::mutex moduleMutex_; variable
46 static std::mutex moduleMutex_; variable