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
  191     if (!internal_iserror(internal_ptrace(PTRACE_DETACH, tid, nullptr, nullptr),
  193       VReport(2, "Detached from thread %d.\n", tid);
  198       VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno);