Home
last modified time | relevance | path

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

12

/external/python/cpython2/Lib/plat-irix5/
DWAIT.py11 WCONTINUED = 0010 variable
13 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/external/strace/xlat/
Dwait4_options.h57 #if defined(WCONTINUED) || (defined(HAVE_DECL_WCONTINUED) && HAVE_DECL_WCONTINUED)
58 XLAT(WCONTINUED),
Dwait4_options.in8 WCONTINUED
/external/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c76 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in min_free_kbytes_test()
121 SAFE_WAITPID(pid[i], &status, WUNTRACED | WCONTINUED); in test_tune()
/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/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/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.c74 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in test_ksm()
/external/musl/include/sys/
Dwait.h41 #define WCONTINUED 8 macro
/external/ltp/testcases/kernel/syscalls/waitid/
Dwaitid08.c45 TST_EXP_PASS(waitid(P_PID, pid_child, infop, WCONTINUED)); in run()
/external/ltp/testcases/kernel/syscalls/mmap/
Dmmap10.c181 while (waitpid(-1, &n, WUNTRACED | WCONTINUED) > 0) in mmapzero()
/external/ltp/testcases/kernel/mem/cpuset/
Dcpuset01.c147 while (waitpid(-1, &status, WUNTRACED | WCONTINUED) > 0) { in mem_hog_cpuset()
/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/linux-kselftest/tools/testing/selftests/safesetid/
Dsafesetid-test.c224 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setuid()
/external/linux-kselftest/tools/testing/selftests/pidfd/
Dpidfd_wait.c120 ASSERT_EQ(sys_waitid(P_PIDFD, pidfd, &info, WCONTINUED, NULL), 0); in TEST()
/external/rust/crates/nix/src/sys/
Dwait.rs40 WCONTINUED;
/external/mksh/src/
Djobs.c1355 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()
1356 WCONTINUED | in j_sigchld()
1397 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()
/external/linux-kselftest/tools/testing/selftests/cgroup/
Dcgroup_util.c394 if (options & WCONTINUED) { in clone_reap()
/external/rust/crates/libc/src/unix/redox/
Dmod.rs840 pub const WCONTINUED: ::c_int = 8; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1484 pub const WCONTINUED: ::c_int = 0x4; constant

12