Searched refs:sMutex (Results 1 – 1 of 1) sorted by relevance
57 static std::mutex sMutex; in WriteGwpAsanLog() local58 std::lock_guard<std::mutex> lock(sMutex); in WriteGwpAsanLog()