Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps_win32.cpp2682 static std::mutex& console_output_buffer_lock = *new std::mutex(); in _console_write_utf8() local
2693 std::lock_guard<std::mutex> lock(console_output_buffer_lock); in _console_write_utf8()