Home
last modified time | relevance | path

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

/art/runtime/
Dnative_stack_dump.cc96 : in(in_fd, false), out(out_fd, false), file(file_name), child_pid(pid), odd(true) {} in Addr2linePipe()
99 kill(child_pid, SIGKILL); in ~Addr2linePipe()
107 const pid_t child_pid; // The pid of the child, which we should kill when we're done. member
/art/tools/signal_dumper/
Dsignal_dumper.cc134 : in(in_fd), out(out_fd), file(file_name), child_pid(pid), odd(true) {} in Addr2linePipe()
137 kill(child_pid, SIGKILL); in ~Addr2linePipe()
145 const pid_t child_pid; // The pid of the child, which we should kill when we're done. member