Searched refs:onIdleFuncMapMutex_ (Results 1 – 2 of 2) sorted by relevance
31 std::mutex ModuleManager::onIdleFuncMapMutex_; member in OHOS::UpdateEngine::ModuleManager134 std::lock_guard<std::mutex> guard(onIdleFuncMapMutex_); in HookOnIdleFunc()
59 static std::mutex onIdleFuncMapMutex_; variable