Home | History | Annotate | Download | only in minidump_writer

Lines Matching defs:child_pid

358   pid_t child_pid = fork();
359 if (child_pid == 0) {
396 context.tid = child_pid;
397 ASSERT_TRUE(WriteMinidump(templ.c_str(), child_pid, &context,
399 kill(child_pid, SIGKILL);
600 pid_t child_pid = fork();
601 if (child_pid == 0) {
649 child_pid, NULL, 0,
680 child_pid, NULL, 0,
713 child_pid, NULL, 0,
755 kill(child_pid, SIGKILL);