Searched refs:WUNTRACED (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/posix/ |
D | tst-wait-skeleton.c | 49 # define WSTOPPED WUNTRACED 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() 125 ret = WAIT_CALL (pid, &wstatus, WUNTRACED|WCONTINUED|WNOHANG, &rusage); in do_test_wait() 140 ret = WAIT_CALL (pid, &wstatus, WUNTRACED|WNOHANG, &rusage); in do_test_wait()
|
D | tst-spawn6.c | 117 TEST_COMPARE (xwaitpid (pid, &status, WUNTRACED), pid); in run_subprogram()
|
D | tst-waitid.c | 51 # define WSTOPPED WUNTRACED
|
/glibc-2.36/bits/ |
D | waitflags.h | 26 #define WUNTRACED 2 /* Report status of stopped children. */ macro 30 # define WSTOPPED WUNTRACED /* Report stopped child. */
|
/glibc-2.36/support/ |
D | support_subprocess.c | 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()
|
D | support_test_main.c | 133 killed = waitpid (test_pid, &status, WNOHANG|WUNTRACED); in signal_handler()
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | waitflags.h | 26 #define WUNTRACED 2 /* Report status of stopped children. */ macro
|
/glibc-2.36/conform/data/sys/ |
D | wait.h-data | 7 constant WUNTRACED
|
/glibc-2.36/conform/data/ |
D | stdlib.h-data | 25 constant WUNTRACED
|
/glibc-2.36/manual/ |
D | process.texi | 595 @code{WNOHANG} and @code{WUNTRACED} flags. You can use the 597 and the @code{WUNTRACED} flag to request status information from stopped 666 @item WUNTRACED
|
D | job.texi | 737 Completion}. Use the @code{WUNTRACED} option so that status is reported 822 pid = waitpid (WAIT_ANY, &status, WUNTRACED|WNOHANG); 838 pid = waitpid (WAIT_ANY, &status, WUNTRACED);
|
D | signal.texi | 1694 pid = waitpid (WAIT_ANY, &w, WNOHANG | WUNTRACED);
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.2 | 3137 (WHOHANG, WUNTRACED): Don't #define to __ versions; <waitflags.h>
|
D | ChangeLog.13 | 265 * test-skeleton.c (timeout_handler): Use WUNTRACED flag in waitpid.
|
D | ChangeLog.18 | 24061 WUNTRACED.
|