Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc44 void DestroyPhysicalThread(DDPhysicalThread *pt) override;
77 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() function in __sanitizer::DD
Dsanitizer_deadlock_detector_interface.h76 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {} in DestroyPhysicalThread() function
Dsanitizer_deadlock_detector2.cc88 void DestroyPhysicalThread(DDPhysicalThread *pt);
135 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() function in __sanitizer::DD
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_proc.cc42 ctx->dd->DestroyPhysicalThread(proc->dd_pt); in ProcDestroy()
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc108 ctx->dd->DestroyPhysicalThread(thr->dd_pt); in ThreadDestroy()