Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/
Dpower.cpp37 static std::mutex gLock; variable
53 std::lock_guard<std::mutex> l{gLock}; in acquire_wake_lock()
70 std::lock_guard<std::mutex> l{gLock}; in release_wake_lock()