Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc47 void DestroyLogicalThread(DDLogicalThread *lt) override;
88 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() function in __sanitizer::DD
Dsanitizer_deadlock_detector_interface.h79 virtual void DestroyLogicalThread(DDLogicalThread *lt) {} in DestroyLogicalThread() function
Dsanitizer_deadlock_detector2.cc91 void DestroyLogicalThread(DDLogicalThread *lt);
148 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() function in __sanitizer::DD
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc109 ctx->dd->DestroyLogicalThread(thr->dd_lt); in ThreadDestroy()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc137 ctx->dd->DestroyLogicalThread(thr->dd_lt); in OnFinished()