Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dbsd-waitpid.c33 waitpid(int pid, int *stat_loc, int options) in waitpid() argument
47 if (stat_loc) in waitpid()
48 *stat_loc = (int) statusp.w_status; in waitpid()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
D5-1.c28 int stat_loc; in main() local
40 if (wait(&stat_loc) == -1) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
D4-1.c29 int stat_loc; in main() local
41 if (wait(&stat_loc) == -1) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D27-1.c28 int result, child_pid, stat_loc; in main() local
45 if (wait(&stat_loc) == -1) { in main()
D23-7.c25 int child_pid, stat_loc, old_priority; in main() local
43 if (wait(&stat_loc) == -1) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
D21-1.c27 int result, child_pid, stat_loc; in main() local
42 if (wait(&stat_loc) == -1) { in main()
D17-7.c34 int child_pid, stat_loc; in main() local
67 if (wait(&stat_loc) == -1) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
D3-1.c29 int result = -2, child_pid, stat_loc; in main() local
49 if (wait(&stat_loc) == -1) { in main()
/external/ltp/pan/
Dltp-pan.c121 time_t exit_time, char *term_type, int stat_loc,
711 int stat_loc; in check_pids() local
728 cpid = wait(&stat_loc); in check_pids()
747 if (WIFSIGNALED(stat_loc)) { in check_pids()
748 w = WTERMSIG(stat_loc); in check_pids()
756 } else if (WIFEXITED(stat_loc)) { in check_pids()
757 w = WEXITSTATUS(stat_loc); in check_pids()
766 } else if (WIFSTOPPED(stat_loc)) { /* should never happen */ in check_pids()
767 w = WSTOPSIG(stat_loc); in check_pids()
804 (stat_loc & 0200) ? in check_pids()
[all …]
/external/fio/os/windows/posix/include/sys/
Dwait.h10 pid_t waitpid(pid_t, int *stat_loc, int options);
/external/fio/os/windows/
Dposix.c561 pid_t waitpid(pid_t pid, int *stat_loc, int options) in waitpid() argument