Searched refs:child_pid (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | native_stack_dump.cc | 97 : in(in_fd, false), out(out_fd, false), file(file_name), child_pid(pid), odd(true) {} in Addr2linePipe() 100 kill(child_pid, SIGKILL); in ~Addr2linePipe() 108 const pid_t child_pid; // The pid of the child, which we should kill when we're done. member
|
/art/tools/timeout_dumper/ |
D | timeout_dumper.cc | 137 : in(in_fd), out(out_fd), file(file_name), child_pid(pid), odd(true) {} in Addr2linePipe() 140 kill(child_pid, SIGKILL); in ~Addr2linePipe() 148 const pid_t child_pid; // The pid of the child, which we should kill when we're done. member
|