Searched refs:stat_loc (Results 1 – 11 of 11) sorted by relevance
/external/openssh/openbsd-compat/ |
D | bsd-waitpid.c | 33 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/ |
D | 5-1.c | 28 int stat_loc; in main() local 40 if (wait(&stat_loc) == -1) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/ |
D | 4-1.c | 29 int stat_loc; in main() local 41 if (wait(&stat_loc) == -1) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
D | 27-1.c | 28 int result, child_pid, stat_loc; in main() local 45 if (wait(&stat_loc) == -1) { in main()
|
D | 23-7.c | 25 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/ |
D | 21-1.c | 27 int result, child_pid, stat_loc; in main() local 42 if (wait(&stat_loc) == -1) { in main()
|
D | 17-7.c | 34 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/ |
D | 3-1.c | 29 int result = -2, child_pid, stat_loc; in main() local 49 if (wait(&stat_loc) == -1) { in main()
|
/external/ltp/pan/ |
D | ltp-pan.c | 121 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/ |
D | wait.h | 10 pid_t waitpid(pid_t, int *stat_loc, int options);
|
/external/fio/os/windows/ |
D | posix.c | 561 pid_t waitpid(pid_t pid, int *stat_loc, int options) in waitpid() argument
|