Searched refs:exit_sig (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | job.c | 379 child_error (char *target_name, int exit_code, int exit_sig, int coredump, in child_error() argument 392 if (exit_sig == 0) in child_error() 398 target_name, strsignal (exit_sig), in child_error() 474 int exit_code, exit_sig, coredump; in reap_children() local 528 pid = remote_status (&exit_code, &exit_sig, &coredump, 0); in reap_children() 571 exit_sig = WIFSIGNALED (status) ? WTERMSIG (status) : 0; in reap_children() 587 pid = remote_status (&exit_code, &exit_sig, &coredump, 1); in reap_children() 606 exit_sig = WIFSIGNALED (status) ? WTERMSIG (status) : 0; in reap_children() 614 exit_sig = 0; in reap_children() 623 exit_sig = 0; in reap_children() [all …]
|