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

References

projects/compiler-rt/lib/asan/asan_thread.cpp
  248   asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr);
projects/compiler-rt/lib/lsan/lsan_thread.h
   48                  ThreadType thread_type = ThreadType::Regular);
projects/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cpp
   21       thread_type(ThreadType::Regular), parent_tid(0), next(0) {
projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
  949     ThreadStart(thr, tid, GetTid(), ThreadType::Regular);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
  407   ThreadStart(thr, tid, GetTid(), ThreadType::Regular);