Searched refs:stat_loc (Results 1 – 9 of 9) 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 | 122 time_t exit_time, char *term_type, int stat_loc, 719 int stat_loc; in check_pids() local 736 cpid = wait(&stat_loc); in check_pids() 755 if (WIFSIGNALED(stat_loc)) { in check_pids() 756 w = WTERMSIG(stat_loc); in check_pids() 764 } else if (WIFEXITED(stat_loc)) { in check_pids() 765 w = WEXITSTATUS(stat_loc); in check_pids() 774 } else if (WIFSTOPPED(stat_loc)) { /* should never happen */ in check_pids() 775 w = WSTOPSIG(stat_loc); in check_pids() 812 (stat_loc & 0200) ? in check_pids() [all …]
|