Searched refs:__WALL (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | SingleStepCheck.cpp | 58 llvm::sys::RetryAfterSignal(-1, waitpid, pid, &status, __WALL); in ~ChildDeleter() 88 child_pid, &status, __WALL); in WorkaroundNeeded() 118 child_pid, &status, __WALL); in WorkaroundNeeded()
|
H A D | NativeProcessLinux.cpp | 359 llvm::sys::RetryAfterSignal(-1, ::waitpid, tid, nullptr, __WALL); in Attach() 502 llvm::sys::RetryAfterSignal(-1, ::waitpid, pid, &status, __WALL); in WaitForCloneNotification() 1291 &status, __WALL); in Syscall() 1878 -1, ::waitpid, pid, &status, __WALL | __WNOTHREAD | WNOHANG); in HandlePid()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 166 HANDLE_EINTR(waitpid_status, internal_waitpid(tid, &status, __WALL)); in SuspendThread() 461 uptr waitpid_status = internal_waitpid(tracer_pid, nullptr, __WALL); in StopTheWorld()
|
H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 304 uptr waitpid_status = internal_waitpid(tracer_pid, nullptr, __WALL); in StopTheWorld()
|
/openbsd/regress/lib/libc/sys/ |
H A D | t_wait_noproc.c | 186 __WALL, // Linux compatibility, equal to WALLSIG in get_options4()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | linux-nat.c | 80 #ifndef __WALL 81 #define __WALL 0x40000000 /* Wait for any child. */ macro 316 waitpid (parent_pid, &status, __WALL); in child_follow_fork()
|