Home
last modified time | relevance | path

Searched refs:WUNTRACED (Results 1 – 25 of 73) sorted by relevance

123

/external/ltp/testcases/kernel/syscalls/waitpid/
Dwaitpid13.c53 if (TST_TRACE(waitpid_ret_test(0, &status, WNOHANG | WUNTRACED, 0, 0))) in do_child_1()
56 if (TST_TRACE(waitpid_ret_test(-group, &status, WNOHANG | WUNTRACED, in do_child_1()
62 if (TST_TRACE(reap_children(0, WUNTRACED, fork_kid_pid + (MAXKIDS / 2), in do_child_1()
66 if (TST_TRACE(reap_children(-group, WUNTRACED, fork_kid_pid, in do_child_1()
Dwaitpid08.c54 if (TST_TRACE(waitpid_ret_test(-1, &status, WNOHANG | WUNTRACED, 0, 0))) in do_child_1()
59 if (TST_TRACE(reap_children(-1, WUNTRACED, fork_kid_pid, MAXKIDS))) in do_child_1()
/external/kernel-headers/original/uapi/linux/
Dwait.h6 #define WUNTRACED 0x00000002 macro
7 #define WSTOPPED WUNTRACED
/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()
/external/strace/xlat/
Dwait4_options.h44 #if defined(WUNTRACED) || (defined(HAVE_DECL_WUNTRACED) && HAVE_DECL_WUNTRACED)
45 XLAT(WUNTRACED),
Dwait4_options.in3 WUNTRACED
/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/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/python/cpython2/Lib/plat-irix5/
DWAIT.py18 WUNTRACED = 0004 variable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D4-33.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-34.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-35.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-36.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-39.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-40.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-46.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-48.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-49.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-30.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-50.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-52.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-37.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-44.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-28.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
D4-45.c69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()

123