/external/strace/tests-m32/ |
D | wait4.c | 95 pid_t rc = wait4(pid, wstatus, options, ru); in do_wait4() 124 if (wait4(pid, s, WNOHANG|__WALL, NULL)) in main() 129 if (wait4(pid, s, WNOHANG|__WALL, rusage)) in main() 194 assert(wait4(-1, s, WNOHANG|WSTOPPED|__WALL, rusage) == -1); in main()
|
D | wait4-v.gen.test | 4 run_strace_match_diff -v -e signal=none -e trace=wait4
|
/external/strace/tests-mx32/ |
D | wait4.c | 95 pid_t rc = wait4(pid, wstatus, options, ru); in do_wait4() 124 if (wait4(pid, s, WNOHANG|__WALL, NULL)) in main() 129 if (wait4(pid, s, WNOHANG|__WALL, rusage)) in main() 194 assert(wait4(-1, s, WNOHANG|WSTOPPED|__WALL, rusage) == -1); in main()
|
D | wait4-v.gen.test | 4 run_strace_match_diff -v -e signal=none -e trace=wait4
|
/external/strace/tests/ |
D | wait4.c | 95 pid_t rc = wait4(pid, wstatus, options, ru); in do_wait4() 124 if (wait4(pid, s, WNOHANG|__WALL, NULL)) in main() 129 if (wait4(pid, s, WNOHANG|__WALL, rusage)) in main() 194 assert(wait4(-1, s, WNOHANG|WSTOPPED|__WALL, rusage) == -1); in main()
|
D | wait4-v.gen.test | 4 run_strace_match_diff -v -e signal=none -e trace=wait4
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | wait4.cc | 27 res = wait4(pid, status, WNOHANG, NULL); in main() 31 res = wait4(pid, &good_status, WNOHANG, ru); in main()
|
/external/bcc/tools/ |
D | syscount_example.txt | 14 wait4 1460 26 immediately by wait4, nanosleep, and so on. By default, syscount counts across 95 wait4 3 104 wait4 1
|
/external/openssh/openbsd-compat/ |
D | bsd-waitpid.c | 46 wait_pid = wait4(pid, &statusp, options, NULL); in waitpid()
|
/external/ltp/testcases/kernel/syscalls/wait4/ |
D | wait401.c | 45 TEST(wait4(pid, &status, 0, &rusage)); in run()
|
D | wait402.c | 65 TEST(wait4(epid, &status, 0, &rusage)); in main()
|
/external/python/cpython2/Lib/test/ |
D | test_wait4.py | 25 spid, status, rusage = os.wait4(cpid, option)
|
/external/python/cpython3/Lib/test/ |
D | test_wait4.py | 27 spid, status, rusage = os.wait4(cpid, option)
|
/external/toybox/toys/posix/ |
D | time.c | 39 wait4(pid, &stat, 0, &ru); in time_main()
|
/external/strace/ |
D | wait.c | 159 SYS_FUNC(wait4) in SYS_FUNC() argument
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | ltp-diorh.c | 156 wait4(pid, NULL, WNOHANG, 0); in main()
|
/external/strace/linux/aarch64/ |
D | syscallent.h | 66 [1072] = { 4, TP, SEN(wait4), "wait4" },
|
/external/ltp/include/lapi/syscalls/ |
D | aarch64.in | 246 wait4 260
|
D | ia64.in | 100 wait4 1126
|
D | sparc64.in | 8 wait4 7
|
D | x86_64.in | 62 wait4 61
|
D | i386.in | 115 wait4 114
|
D | s390.in | 80 wait4 114
|
D | powerpc.in | 115 wait4 114
|
D | s390x.in | 80 wait4 114
|