Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2360 static std::mutex& console_output_buffer_lock = *new std::mutex(); in _console_write_utf8() local
2371 std::lock_guard<std::mutex> lock(console_output_buffer_lock); in _console_write_utf8()