reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
  165       HANDLE_EINTR(waitpid_status, internal_waitpid(tid, &status, __WALL));
  460       uptr waitpid_status = internal_waitpid(tracer_pid, nullptr, __WALL);
tools/lldb/source/Host/common/Host.cpp
  183   const int options = __WALL;
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  342             llvm::sys::RetryAfterSignal(-1, ::waitpid, tid, nullptr, __WALL);
  532   ::pid_t wait_pid = llvm::sys::RetryAfterSignal(-1, ::waitpid, tid, &status, __WALL);
 1761                                           __WALL | __WNOTHREAD | WNOHANG);