Home
last modified time | relevance | path

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

/external/perfetto/src/base/
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()
/external/perfetto/include/perfetto/ext/base/
Dsubprocess.h251 std::thread stdin_thread; member