Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp433 static std::mutex gLock; variable
438 std::lock_guard<std::mutex> autoLock(gLock); in main()