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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h79 virtual void DestroyLogicalThread(DDLogicalThread *lt) {} function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cc47 void DestroyLogicalThread(DDLogicalThread *lt);
87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cc91 void DestroyLogicalThread(DDLogicalThread *lt);
148 void DD::DestroyLogicalThread(DDLogicalThread *lt) { function in class:__sanitizer::DD
/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc105 ctx->dd->DestroyLogicalThread(thr->dd_lt);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc135 ctx->dd->DestroyLogicalThread(thr->dd_lt);

Completed in 638 milliseconds