Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/base/
H A Dsubprocess_windows.cc162 s_->stdin_thread = std::thread(&Subprocess::StdinThread, s, args.input); in Start()
312 if (s_->stdin_thread.joinable()) // Might not exist if CreateProcess failed. in Wait()
313 s_->stdin_thread.join(); in Wait()
331 PERFETTO_DCHECK(!s_->stdin_thread.joinable()); in KillAndWaitForTermination()
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp528 std::thread stdin_thread, stdout_thread, stderr_thread; in RunWithManagedStdio() local
529 ThreadJoiner thread_joiner({&stdin_thread, &stdout_thread, &stderr_thread}); in RunWithManagedStdio()
540 stdin_thread = std::thread([pipe_write, stdin_str, &io_error]() { in RunWithManagedStdio()
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dsubprocess.h251 std::thread stdin_thread; member
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dsubprocess.h251 std::thread stdin_thread; member