Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc47 void DestroyLogicalThread(DDLogicalThread *lt) override;
88 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h79 virtual void DestroyLogicalThread(DDLogicalThread *lt) {} in DestroyLogicalThread() function
H A Dsanitizer_deadlock_detector2.cc91 void DestroyLogicalThread(DDLogicalThread *lt);
144 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() function in __sanitizer::DD
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc45 void DestroyLogicalThread(DDLogicalThread *lt) override;
86 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h77 virtual void DestroyLogicalThread(DDLogicalThread *lt) {} in DestroyLogicalThread() function
H A Dsanitizer_deadlock_detector2.cc89 void DestroyLogicalThread(DDLogicalThread *lt);
142 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() function in __sanitizer::DD
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.cc109 ctx->dd->DestroyLogicalThread(thr->dd_lt); in ThreadDestroy()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cpp248 ctx->dd->DestroyLogicalThread(thr->dd_lt); in OnFinished()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cc142 ctx->dd->DestroyLogicalThread(thr->dd_lt); in OnFinished()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc144 ctx->dd->DestroyLogicalThread(thr->dd_lt); in OnFinished()