/third_party/musl/libc-test/src/functionalext/fortify/ |
D | unistd.c | 51 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_001() 90 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_002() 130 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_003() 171 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_004() 211 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_005() 250 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_006() 289 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_007() 330 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_008() 370 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_009() 408 waitpid(pid, &status, WUNTRACED); in unistd_dynamic_chk_010() [all …]
|
D | string_ext.c | 89 waitpid(pid, &status, WUNTRACED); in test_strcat_0020() 140 waitpid(pid, &status, WUNTRACED); in test_strncat_0020() 188 waitpid(pid, &status, WUNTRACED); in test_stpcpy_0020() 239 waitpid(pid, &status, WUNTRACED); in test_stpncpy_0020() 289 waitpid(pid, &status, WUNTRACED); in test_strncpy_0020() 336 waitpid(pid, &status, WUNTRACED); in test_memchr_0020() 383 waitpid(pid, &status, WUNTRACED); in test_memrchr_0020() 429 waitpid(pid, &status, WUNTRACED); in test_strchr_0020() 477 waitpid(pid, &status, WUNTRACED); in test_strrchr_0020() 526 waitpid(pid, &status, WUNTRACED); in test_strlcat_0020() [all …]
|
D | fcntl_ext.c | 72 waitpid(pid, &status, WUNTRACED); in open_0020() 106 waitpid(pid, &status, WUNTRACED); in open_0030() 168 waitpid(pid, &status, WUNTRACED); in openat_0020() 202 waitpid(pid, &status, WUNTRACED); in openat_0030() 265 waitpid(pid, &status, WUNTRACED); in open64_0020() 299 waitpid(pid, &status, WUNTRACED); in open64_0030() 361 waitpid(pid, &status, WUNTRACED); in openat64_0020() 395 waitpid(pid, &status, WUNTRACED); in openat64_0030()
|
D | stdio.c | 124 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_003() 163 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_004() 251 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_007() 317 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_010() 354 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_011() 410 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_012() 442 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_013()
|
D | select_test.c | 67 waitpid(pid, &status, WUNTRACED); in fd_set_0020() 103 waitpid(pid, &status, WUNTRACED); in fd_set_0030() 156 waitpid(pid, &status, WUNTRACED); in fd_clr_0020() 192 waitpid(pid, &status, WUNTRACED); in fd_clr_0030()
|
D | socket_ext.c | 72 waitpid(pid, &status, WUNTRACED); in send_0010() 107 waitpid(pid, &status, WUNTRACED); in recv_0010() 169 waitpid(pid, &status, WUNTRACED); in sendto_0010() 204 waitpid(pid, &status, WUNTRACED); in recvfrom_0010()
|
D | poll.c | 68 waitpid(pid, &status, WUNTRACED); in poll_0020() 158 waitpid(pid, &status, WUNTRACED); in ppoll_0020()
|
D | stat_ext.c | 61 waitpid(pid, &status, WUNTRACED); in umask_0020()
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
D | waitpid13.c | 53 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()
|
D | waitpid08.c | 54 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()
|
/third_party/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()
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
D | wait.rs | 5 WTERMSIG, WUNTRACED,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
D | wait.rs | 4 pub(crate) use linux_raw_sys::general::{WCONTINUED, WNOHANG, WUNTRACED};
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 4-43.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
D | 4-44.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
D | 4-42.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
D | 4-39.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
D | 4-36.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
D | 4-33.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
D | 4-30.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
D | 4-28.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
D | 4-34.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
D | 4-37.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
D | 4-48.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|
D | 4-38.c | 69 if (waitpid(pid, &s, WUNTRACED) == -1) { in main()
|