Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp558 std::thread stdin_thread, stdout_thread, stderr_thread; in RunWithManagedStdio() local
559 ThreadJoiner thread_joiner({&stdin_thread, &stdout_thread, &stderr_thread}); in RunWithManagedStdio()
570 stdin_thread = std::thread([pipe_write, stdin_str, &io_error]() { in RunWithManagedStdio()