Home
last modified time | relevance | path

Searched refs:WCONTINUED (Results 1 – 25 of 26) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage03.c115 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()
Dgetrusage03_child.c98 while (waitpid(-1, &pid, WUNTRACED | WCONTINUED) > 0) in main()
/external/python/cpython2/Lib/plat-irix5/
DWAIT.py11 WCONTINUED = 0010 variable
13 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/external/strace/xlat/
Dwait4_options.h39 #if defined(WCONTINUED) || (defined(HAVE_DECL_WCONTINUED) && HAVE_DECL_WCONTINUED)
40 XLAT(WCONTINUED),
Dwait4_options.in8 WCONTINUED
/external/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c75 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/
Dcpuset01.c77 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/
Dwait4.c179 #if defined WCONTINUED && defined WIFCONTINUED in main()
180 assert(do_wait4(pid, s, WCONTINUED, rusage) == pid); in main()
Dwaitid.c244 #if defined WCONTINUED in main()
245 if (do_waitid(P_PID, pid, sinfo, WCONTINUED, rusage)) in main()
/external/strace/tests-mx32/
Dwait4.c179 #if defined WCONTINUED && defined WIFCONTINUED in main()
180 assert(do_wait4(pid, s, WCONTINUED, rusage) == pid); in main()
Dwaitid.c244 #if defined WCONTINUED in main()
245 if (do_waitid(P_PID, pid, sinfo, WCONTINUED, rusage)) in main()
/external/strace/tests/
Dwait4.c179 #if defined WCONTINUED && defined WIFCONTINUED in main()
180 assert(do_wait4(pid, s, WCONTINUED, rusage) == pid); in main()
Dwaitid.c244 #if defined WCONTINUED in main()
245 if (do_waitid(P_PID, pid, sinfo, WCONTINUED, rusage)) in main()
/external/kernel-headers/original/uapi/linux/
Dwait.h9 #define WCONTINUED 0x00000008 macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py23 WCONTINUED = 0010 variable
25 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/external/ltp/testcases/kernel/mem/ksm/
Dksm05.c83 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in test_ksm()
/external/ltp/testcases/kernel/syscalls/mmap/
Dmmap10.c181 while (waitpid(-1, &n, WUNTRACED | WCONTINUED) > 0) in mmapzero()
/external/python/cpython2/RISCOS/Modules/
Driscosmodule.c434 #ifdef WCONTINUED in all_ins()
435 if (ins(d, "WCONTINUED", (long)WCONTINUED)) return -1; in all_ins()
/external/ltp/testcases/kernel/syscalls/waitid/
Dwaitid02.c129 .options = WCONTINUED,
/external/mksh/src/
Djobs.c1360 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()
1361 WCONTINUED | in j_sigchld()
1402 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()
/external/strace/
DREADME-linux-ptrace109 Setting of WCONTINUED bit in waitpid flags is not recommended: the
/external/python/cpython2/Modules/
Dposixmodule.c9232 #ifdef WCONTINUED in all_ins()
9233 if (ins(d, "WCONTINUED", (long)WCONTINUED)) return -1; in all_ins()
/external/python/cpython3/Modules/
Dposixmodule.c12393 #ifdef WCONTINUED
12394 if (PyModule_AddIntMacro(m, WCONTINUED)) return -1;
/external/python/cpython3/Doc/library/
Dos.rst3466 :data:`WSTOPPED` or :data:`WCONTINUED` and additionally may be ORed with
3577 .. data:: WCONTINUED
/external/python/cpython2/Doc/library/
Dos.rst2273 .. data:: WCONTINUED

12