Searched refs:pathMutex_ (Results 1 – 4 of 4) sorted by relevance
47 std::mutex CJTask::pathMutex_; member in OHOS::CJSystemapi::Request::CJTask188 std::lock_guard<std::mutex> lockGuard(CJTask::pathMutex_); in AddPathMap()223 std::lock_guard<std::mutex> lockGuard(CJTask::pathMutex_); in RemovePathMap()
59 static std::mutex pathMutex_; variable
53 std::mutex JsTask::pathMutex_; member in OHOS::Request::JsTask1004 std::lock_guard<std::mutex> lockGuard(JsTask::pathMutex_); in SetPathPermission()1025 std::lock_guard<std::mutex> lockGuard(JsTask::pathMutex_); in AddPathMap()1038 std::lock_guard<std::mutex> lockGuard(JsTask::pathMutex_); in AddPathMap()1065 std::lock_guard<std::mutex> lockGuard(JsTask::pathMutex_); in RemovePathMap()1085 std::lock_guard<std::mutex> lockGuard(JsTask::pathMutex_); in RemovePathMap()
61 static std::mutex pathMutex_; variable