Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp46 void DestroyLogicalThread(DDLogicalThread *lt) override;
87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h81 virtual void DestroyLogicalThread(DDLogicalThread *lt) {} in DestroyLogicalThread() function
H A Dsanitizer_deadlock_detector2.cpp90 void DestroyLogicalThread(DDLogicalThread *lt);
143 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() function in __sanitizer::DD
/llvm-project-15.0.7/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp108 ctx->dd->DestroyLogicalThread(thr->dd_lt); in ThreadDestroy()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_thread.cpp256 ctx->dd->DestroyLogicalThread(thr->dd_lt); in OnFinished()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp247 ctx->dd->DestroyLogicalThread(thr->dd_lt); in ThreadFinish()