Searched refs:g_lockDeviceOnLine (Results 1 – 1 of 1) sorted by relevance
66 static std::mutex g_lockDeviceOnLine; variable135 std::lock_guard<std::mutex> lock(g_lockDeviceOnLine); in DeviceOnLine()