| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | posix_spawn.c | 35 waitpid(pid, &s, WUNTRACED | WCONTINUED); in main() 40 waitpid(pid, &s, WUNTRACED | WCONTINUED); in main()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | SingleStepCheck.cpp | 58 llvm::sys::RetryAfterSignal(-1, waitpid, pid, &status, __WALL); in ~ChildDeleter() 87 ::pid_t wpid = llvm::sys::RetryAfterSignal(-1, waitpid, in WorkaroundNeeded() 117 wpid = llvm::sys::RetryAfterSignal(-1, waitpid, in WorkaroundNeeded()
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/ |
| H A D | enable_disable.cpp | 24 waitpid(Pid, nullptr, 0); in TEST_F() 83 waitpid(Pid, nullptr, 0); in TEST_F()
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Linux/ |
| H A D | fork_and_leak.cpp | 17 waitpid(pid, &status, 0); in main()
|
| H A D | fork.cpp | 19 waitpid(pid, &status, 0); in main()
|
| H A D | fork_threaded.cpp | 33 waitpid(pid, &status, 0); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | wait.cpp | 22 res = waitpid(pid, status, WNOHANG); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/ |
| H A D | atfork.cpp | 26 waitpid(pid, &wstatus, 0); in main()
|
| H A D | create-thread-stress.cpp | 49 waitpid(pid, &wstatus, 0); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | fork_atexit.cpp | 27 if (waitpid(pid, 0, 0) == -1) { in main()
|
| H A D | pthread_atfork_deadlock2.c | 38 if (pid != waitpid(pid, NULL, 0)) { in main()
|
| H A D | pthread_atfork_deadlock3.c | 77 if (pid != waitpid(pid, NULL, 0)) { in main()
|
| H A D | fork_multithreaded.cpp | 49 while (waitpid(pid, &status, 0) != pid) { in main()
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | instrumentation-indirect.c | 26 wpid = waitpid(pid, &wstatus, WNOHANG); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | signal_during_stop_the_world.cpp | 47 waitpid(pid, 0, 0); in main()
|
| H A D | clone_test.cpp | 29 pid_t wait_result = waitpid(clone_pid, &status, __WCLONE); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Linux/ |
| H A D | fork_multithreaded4.cpp | 25 while (waitpid(pid, &status, 0) != pid) { in forker()
|
| /llvm-project-15.0.7/lldb/test/API/driver/job_control/ |
| H A D | shell.py | 30 _, status = os.waitpid(child.pid, os.WUNTRACED)
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Darwin/ |
| H A D | print-stack-trace-in-code-loaded-after-fork.cpp | 37 pid_t child = waitpid(pid, &status, /*options=*/0); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/profile/Inputs/ |
| H A D | instrprof-file_ex.c | 48 if ((tid = waitpid(child[i], &child_status, 0)) == -1) in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_solaris.cpp | 175 DECLARE__REAL_AND_INTERNAL(uptr, waitpid, int pid, int *status, int options) { in DECLARE__REAL_AND_INTERNAL() argument 176 return _REAL(waitpid)(pid, status, options); in DECLARE__REAL_AND_INTERNAL()
|
| /llvm-project-15.0.7/libc/utils/testutils/ |
| H A D | ExecuteFunctionUnix.cpp | 73 pid_t status = ::waitpid(pid, &wstatus, 0); in invoke_in_subprocess()
|
| /llvm-project-15.0.7/compiler-rt/test/profile/ContinuousSyncMode/ |
| H A D | online-merging.c | 125 waitpid(child_pids[I], &status, 0); in main()
|
| H A D | set-file-object.c | 75 pid_t waited_pid = waitpid(child_pids[I], &status, 0); in main()
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | CaptureCmd | 63 res = os.waitpid(pid, 0)
|