Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/frameworks/native/
H A Dpower_mgr_client.cpp45 std::mutex PowerMgrClient::runningLocksMutex_; member in OHOS::PowerMgr::PowerMgrClient
137 std::lock_guard<std::mutex> lock(runningLocksMutex_); in RecoverRunningLocks()
312 std::lock_guard<std::mutex> lock(runningLocksMutex_); in CreateRunningLock()
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dpower_mgr_client.h215 static std::mutex runningLocksMutex_; variable