Home
last modified time | relevance | path

Searched refs:DestroyLogicalThread (Results 1 – 10 of 10) 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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cpp46 void DestroyLogicalThread(DDLogicalThread *lt) override;
87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() function in __sanitizer::DD
Dsanitizer_deadlock_detector_interface.h81 virtual void DestroyLogicalThread(DDLogicalThread *lt) {} in DestroyLogicalThread() function
Dsanitizer_deadlock_detector2.cpp90 void DestroyLogicalThread(DDLogicalThread *lt);
143 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/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_rtl.cpp108 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()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp143 ctx->dd->DestroyLogicalThread(thr->dd_lt); in OnFinished()