Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp39 std::mutex g_shutdownMutex; variable
52 std::lock_guard<std::mutex> lock(g_shutdownMutex); in OnRemoteRequest()