/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cpp | 45 DDLogicalThread *CreateLogicalThread(u64 ctx) override; 79 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
|
H A D | sanitizer_deadlock_detector_interface.h | 80 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } in CreateLogicalThread() function
|
H A D | sanitizer_deadlock_detector2.cpp | 89 DDLogicalThread* CreateLogicalThread(u64 ctx); 135 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cc | 46 DDLogicalThread *CreateLogicalThread(u64 ctx) override; 80 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
|
H A D | sanitizer_deadlock_detector_interface.h | 78 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } in CreateLogicalThread() function
|
H A D | sanitizer_deadlock_detector2.cc | 90 DDLogicalThread* CreateLogicalThread(u64 ctx); 136 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cc | 44 DDLogicalThread *CreateLogicalThread(u64 ctx) override; 78 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
|
H A D | sanitizer_deadlock_detector_interface.h | 76 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } in CreateLogicalThread() function
|
H A D | sanitizer_deadlock_detector2.cc | 88 DDLogicalThread* CreateLogicalThread(u64 ctx); 134 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/ |
H A D | dd_rtl.cc | 104 thr->dd_lt = ctx->dd->CreateLogicalThread(id); in ThreadInit()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_thread.cpp | 205 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id); in OnStarted()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_thread.cc | 109 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id); in OnStarted()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl_thread.cc | 111 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id); in OnStarted()
|