Searched refs:exit_code (Results 1 – 2 of 2) 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 386 if (!(exit_code & 1)) in child_error() 390 target_name, exit_code); in child_error() 395 target_name, exit_code); 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() 570 exit_code = WEXITSTATUS (status); in reap_children() 587 pid = remote_status (&exit_code, &exit_sig, &coredump, 1); in reap_children() 603 exit_code = WEXITSTATUS (status); in reap_children() 604 if (exit_code == 0xff) in reap_children() [all …]
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | sub_proc.c | 44 int exit_code; member 97 if (fake_exits_pending && proc_array[i]->exit_code) in process_wait_for_any_private() 210 return (((sub_process *)proc)->exit_code); in process_exit_code() 797 pproc->exit_code = ierr; in process_pipe_io() 895 pproc->exit_code = ierr; in process_file_io() 1245 ((sub_process*) hProcess)->exit_code = process_last_err(hProcess); in process_easy()
|