Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dsubprocess.cc184 PERFETTO_CHECK(!waitpid_thread_.joinable()); in ~Subprocess()
245 waitpid_thread_ = std::thread([pid, exit_status_pipe_wr] { in Start()
338 PERFETTO_DCHECK(!waitpid_thread_.joinable()); in Call()
359 waitpid_thread_.join(); in TryReadExitStatus()
/external/perfetto/include/perfetto/ext/base/
Dsubprocess.h216 std::thread waitpid_thread_; variable