Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp326 std::thread stdin_thread, stdout_thread, stderr_thread; in RunWithManagedStdio() local
327 ThreadJoiner thread_joiner({&stdin_thread, &stdout_thread, &stderr_thread}); in RunWithManagedStdio()
362 stdout_thread = std::thread([pipe_read, stdout, &io_error]() { in RunWithManagedStdio()