Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_proc.cpp40 ctx->dd->DestroyPhysicalThread(proc->dd_pt); in ProcDestroy()
/freebsd/contrib/llvm-project/compiler-rt/lib/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
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp107 ctx->dd->DestroyPhysicalThread(thr->dd_pt); in ThreadDestroy()