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));
  175       if (WIFSTOPPED(status) && WSTOPSIG(status) != SIGSTOP) {
  175       if (WIFSTOPPED(status) && WSTOPSIG(status) != SIGSTOP) {
  177                         (void*)(uptr)WSTOPSIG(status));