Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp45 DDLogicalThread *CreateLogicalThread(u64 ctx) override;
79 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h80 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } in CreateLogicalThread() function
H A Dsanitizer_deadlock_detector2.cpp89 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 Dsanitizer_deadlock_detector1.cc46 DDLogicalThread *CreateLogicalThread(u64 ctx) override;
80 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h78 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } in CreateLogicalThread() function
H A Dsanitizer_deadlock_detector2.cc90 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 Dsanitizer_deadlock_detector1.cc44 DDLogicalThread *CreateLogicalThread(u64 ctx) override;
78 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h76 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } in CreateLogicalThread() function
H A Dsanitizer_deadlock_detector2.cc88 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 Ddd_rtl.cc104 thr->dd_lt = ctx->dd->CreateLogicalThread(id); in ThreadInit()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cpp205 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id); in OnStarted()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cc109 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id); in OnStarted()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc111 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id); in OnStarted()