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.cpp64 writer_thread_ = std::thread([this]() { WriteLoop(); }); in StartServer()
107 [[noreturn]] void WriteLoop() { in WriteLoop() function in cuttlefish::ConsoleForwarder