Searched refs:WCONTINUED (Results 1 – 2 of 2) sorted by relevance
/posix/ |
A D | tst-wait-skeleton.c | 48 # define WCONTINUED 0 macro 92 ret = WAIT_CALL (pid, &wstatus, WUNTRACED|WCONTINUED|WNOHANG, NULL); in do_test_wait() 99 ret = WAIT_CALL (pid, &wstatus, WUNTRACED|WCONTINUED|WNOHANG, &rusage); in do_test_wait() 106 ret = WAIT_CALL (pid, NULL, WUNTRACED|WCONTINUED|WNOHANG, &rusage); in do_test_wait() 108 ret = WAIT_CALL (pid, NULL, WUNTRACED|WCONTINUED|WNOHANG, NULL); in do_test_wait() 117 #if WCONTINUED != 0 in do_test_wait() 120 ret = WAIT_CALL (pid, &wstatus, WCONTINUED|WNOHANG, NULL); in do_test_wait() 125 ret = WAIT_CALL (pid, &wstatus, WUNTRACED|WCONTINUED|WNOHANG, &rusage); in do_test_wait() 153 ret = WAIT_CALL (pid, &wstatus, WCONTINUED|WNOHANG, NULL); in do_test_wait()
|
A D | tst-waitid.c | 50 # define WCONTINUED 0 macro 95 fail = waitid (P_PID, pid, &info, WEXITED|WCONTINUED|WNOHANG); in do_test_waitd_common() 120 #if WCONTINUED != 0 in do_test_waitd_common() 126 fail = waitid (P_PID, pid, &info, WCONTINUED|WNOWAIT); in do_test_waitd_common() 139 fail = waitid (P_PID, pid, &info, WCONTINUED); in do_test_waitd_common() 150 fail = waitid (P_PID, pid, &info, WCONTINUED|WNOHANG); in do_test_waitd_common() 183 fail = waitid (type, pid, &info, WCONTINUED); in do_test_waitd_common()
|
Completed in 5 milliseconds