Home
last modified time | relevance | path

Searched refs:DestroyPhysicalThread (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp43 void DestroyPhysicalThread(DDPhysicalThread *pt) override;
76 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h78 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {} in DestroyPhysicalThread() function
H A Dsanitizer_deadlock_detector2.cpp87 void DestroyPhysicalThread(DDPhysicalThread *pt);
130 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() function in __sanitizer::DD
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc44 void DestroyPhysicalThread(DDPhysicalThread *pt) override;
77 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h76 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {} in DestroyPhysicalThread() function
H A Dsanitizer_deadlock_detector2.cc88 void DestroyPhysicalThread(DDPhysicalThread *pt);
131 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() function in __sanitizer::DD
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc42 void DestroyPhysicalThread(DDPhysicalThread *pt) override;
75 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h74 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {} in DestroyPhysicalThread() function
H A Dsanitizer_deadlock_detector2.cc86 void DestroyPhysicalThread(DDPhysicalThread *pt);
129 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() function in __sanitizer::DD
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_proc.cc40 ctx->dd->DestroyPhysicalThread(proc->dd_pt); in ProcDestroy()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_proc.cpp41 ctx->dd->DestroyPhysicalThread(proc->dd_pt); in ProcDestroy()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_proc.cc42 ctx->dd->DestroyPhysicalThread(proc->dd_pt); in ProcDestroy()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.cc108 ctx->dd->DestroyPhysicalThread(thr->dd_pt); in ThreadDestroy()