Searched refs:stdin_thread (Results 1 – 2 of 2) sorted by relevance
162 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()
251 std::thread stdin_thread; member