Searched refs:xwaitpid (Results 1 – 7 of 7) sorted by relevance
/support/ |
A D | xwaitpid.c | 27 xwaitpid (int pid, int *status, int flags) in xwaitpid() function
|
A D | support_isolate_in_subprocess.c | 35 xwaitpid (pid, &status, 0); in support_isolate_in_subprocess()
|
A D | support_subprocess.c | 115 xwaitpid (proc->pid, &status, 0); in support_process_wait() 133 killed = xwaitpid (pid, &status, WNOHANG|WUNTRACED); in support_process_kill() 156 pid_t killed = xwaitpid (proc->pid, &status, WNOHANG|WUNTRACED); in support_process_terminate()
|
A D | support_run_diff.c | 66 xwaitpid (pid, &status, 0); in support_run_diff()
|
A D | tst-support_record_failure.c | 134 xwaitpid (pid, &status, 0); in do_test()
|
A D | xunistd.h | 35 pid_t xwaitpid (pid_t, int *status, int flags);
|
A D | Makefile | 207 xwaitpid \
|
Completed in 11 milliseconds