Searched refs:stdin_thread (Results 1 – 1 of 1) sorted by relevance
558 std::thread stdin_thread, stdout_thread, stderr_thread; in RunWithManagedStdio() local559 ThreadJoiner thread_joiner({&stdin_thread, &stdout_thread, &stderr_thread}); in RunWithManagedStdio()570 stdin_thread = std::thread([pipe_write, stdin_str, &io_error]() { in RunWithManagedStdio()