Home
last modified time | relevance | path

Searched refs:waitpid_thread (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/base/
Dsubprocess_posix.cc251 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()
/external/perfetto/include/perfetto/ext/base/
Dsubprocess.h246 std::thread waitpid_thread; member
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.cpp252 static void *waitpid_thread(void *arg) { in waitpid_thread() function
312 ::pthread_create(&thread, NULL, waitpid_thread, (void *)(intptr_t)pid); in spawn_waitpid_thread()