Home
last modified time | relevance | path

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

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