Home
last modified time | relevance | path

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

/art/runtime/
Dnative_stack_dump.cc80 : in(in_fd, false), out(out_fd, false), file(file_name), child_pid(pid), odd(true) {} in Addr2linePipe()
83 kill(child_pid, SIGKILL); in ~Addr2linePipe()
91 const pid_t child_pid; // The pid of the child, which we should kill when we're done. member