Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp62 writer_thread_ = std::thread([this]() { WriteLoop(); }); in StartServer()
128 [[noreturn]] void WriteLoop() { in WriteLoop() function in ConsoleForwarder