Searched refs:wpid (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | instrumentation-indirect.c | 18 pid_t pid, wpid; in main() local 26 wpid = waitpid(pid, &wstatus, WNOHANG); in main() 27 } while (wpid == 0); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/process_group/ |
| H A D | main.c | 41 pid_t wpid = wait(&status); in main() local 42 if (wpid == -1) in main() 47 if (wpid != child) in main()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | SingleStepCheck.cpp | 87 ::pid_t wpid = llvm::sys::RetryAfterSignal(-1, waitpid, in WorkaroundNeeded() 89 if (wpid != child_pid || !WIFSTOPPED(status)) { in WorkaroundNeeded() 117 wpid = llvm::sys::RetryAfterSignal(-1, waitpid, in WorkaroundNeeded() 119 if (wpid != child_pid || !WIFSTOPPED(status)) { in WorkaroundNeeded()
|
| H A D | NativeProcessLinux.cpp | 238 ::pid_t wpid = llvm::sys::RetryAfterSignal(-1, ::waitpid, pid, &wstatus, 0); in Launch() 239 assert(wpid == pid); in Launch() 240 (void)wpid; in Launch() 364 int wpid = in Attach() local 368 if (wpid < 0) { in Attach()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 71 ::pid_t wpid = llvm::sys::RetryAfterSignal(-1, ::waitpid, pid, &wstatus, 0); in Launch() 72 assert(wpid == pid); in Launch() 73 (void)wpid; in Launch()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 76 ::pid_t wpid = llvm::sys::RetryAfterSignal(-1, ::waitpid, pid, &wstatus, 0); in Launch() 77 assert(wpid == pid); in Launch() 78 (void)wpid; in Launch()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_netbsd.cpp | 72 extern "C" int _sys___wait450(int wpid, int *, int,
|