Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp108 ctx->dd->DestroyLogicalThread(thr->dd_lt); in ThreadDestroy()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp247 ctx->dd->DestroyLogicalThread(thr->dd_lt); in ThreadFinish()