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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h75 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {} function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cpp43 void DestroyPhysicalThread(DDPhysicalThread *pt) override;
76 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cpp87 void DestroyPhysicalThread(DDPhysicalThread *pt);
130 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { function in class:__sanitizer::DD
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_proc.cpp41 ctx->dd->DestroyPhysicalThread(proc->dd_pt);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp107 ctx->dd->DestroyPhysicalThread(thr->dd_pt);

Completed in 113 milliseconds