/external/ltp/testcases/kernel/syscalls/getrusage/ |
D | getrusage03.c | 115 SAFE_WAITPID(cleanup, pid, &status, WUNTRACED | WCONTINUED); in inherit_fork() 144 SAFE_WAITPID(cleanup, pid, &status, WUNTRACED | WCONTINUED); in inherit_fork2() 172 SAFE_WAITPID(cleanup, pid, &status, WUNTRACED | WCONTINUED); in fork_malloc() 198 SAFE_WAITPID(cleanup, pid, &status, WUNTRACED | WCONTINUED); in grandchild_maxrss() 240 SAFE_WAITPID(cleanup, pid, &status, WUNTRACED | WCONTINUED); in zombie()
|
D | getrusage03_child.c | 98 while (waitpid(-1, &pid, WUNTRACED | WCONTINUED) > 0) in main()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | WAIT.py | 11 WCONTINUED = 0010 variable 13 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
|
/external/strace/xlat/ |
D | wait4_options.h | 39 #if defined(WCONTINUED) || (defined(HAVE_DECL_WCONTINUED) && HAVE_DECL_WCONTINUED) 40 XLAT(WCONTINUED),
|
D | wait4_options.in | 8 WCONTINUED
|
/external/ltp/testcases/kernel/mem/tunable/ |
D | min_free_kbytes.c | 75 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in min_free_kbytes_test() 120 SAFE_WAITPID(pid[i], &status, WUNTRACED | WCONTINUED); in test_tune()
|
/external/ltp/testcases/kernel/mem/cpuset/ |
D | cpuset01.c | 77 SAFE_WAITPID(child, &status, WUNTRACED | WCONTINUED); in test_cpuset() 158 while (waitpid(-1, &status, WUNTRACED | WCONTINUED) > 0) { in mem_hog_cpuset()
|
/external/strace/tests-m32/ |
D | wait4.c | 179 #if defined WCONTINUED && defined WIFCONTINUED in main() 180 assert(do_wait4(pid, s, WCONTINUED, rusage) == pid); in main()
|
D | waitid.c | 244 #if defined WCONTINUED in main() 245 if (do_waitid(P_PID, pid, sinfo, WCONTINUED, rusage)) in main()
|
/external/strace/tests-mx32/ |
D | wait4.c | 179 #if defined WCONTINUED && defined WIFCONTINUED in main() 180 assert(do_wait4(pid, s, WCONTINUED, rusage) == pid); in main()
|
D | waitid.c | 244 #if defined WCONTINUED in main() 245 if (do_waitid(P_PID, pid, sinfo, WCONTINUED, rusage)) in main()
|
/external/strace/tests/ |
D | wait4.c | 179 #if defined WCONTINUED && defined WIFCONTINUED in main() 180 assert(do_wait4(pid, s, WCONTINUED, rusage) == pid); in main()
|
D | waitid.c | 244 #if defined WCONTINUED in main() 245 if (do_waitid(P_PID, pid, sinfo, WCONTINUED, rusage)) in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | wait.h | 9 #define WCONTINUED 0x00000008 macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 23 WCONTINUED = 0010 variable 25 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
|
/external/ltp/testcases/kernel/mem/ksm/ |
D | ksm05.c | 83 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in test_ksm()
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap10.c | 181 while (waitpid(-1, &n, WUNTRACED | WCONTINUED) > 0) in mmapzero()
|
/external/python/cpython2/RISCOS/Modules/ |
D | riscosmodule.c | 434 #ifdef WCONTINUED in all_ins() 435 if (ins(d, "WCONTINUED", (long)WCONTINUED)) return -1; in all_ins()
|
/external/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid02.c | 129 .options = WCONTINUED,
|
/external/mksh/src/ |
D | jobs.c | 1360 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld() 1361 WCONTINUED | in j_sigchld() 1402 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()
|
/external/strace/ |
D | README-linux-ptrace | 109 Setting of WCONTINUED bit in waitpid flags is not recommended: the
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 9232 #ifdef WCONTINUED in all_ins() 9233 if (ins(d, "WCONTINUED", (long)WCONTINUED)) return -1; in all_ins()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 12393 #ifdef WCONTINUED 12394 if (PyModule_AddIntMacro(m, WCONTINUED)) return -1;
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 3466 :data:`WSTOPPED` or :data:`WCONTINUED` and additionally may be ORed with 3577 .. data:: WCONTINUED
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 2273 .. data:: WCONTINUED
|