Searched refs:waitpid_thread (Results 1 – 3 of 3) sorted by relevance
251 s_->waitpid_thread = std::thread([pid, exit_status_pipe_wr, rusage] { in Start()365 s_->waitpid_thread.join(); in TryReadExitStatus()428 PERFETTO_DCHECK(!s_->waitpid_thread.joinable()); in KillAndWaitForTermination()
246 std::thread waitpid_thread; member
252 static void *waitpid_thread(void *arg) { in waitpid_thread() function312 ::pthread_create(&thread, NULL, waitpid_thread, (void *)(intptr_t)pid); in spawn_waitpid_thread()