Searched refs:CreateLogicalThread (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h76 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return 0; } function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cc44 DDLogicalThread* CreateLogicalThread(u64 ctx);
77 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cc88 DDLogicalThread* CreateLogicalThread(u64 ctx);
138 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { function in class:__sanitizer::DD
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_rtl_thread.cc110 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id);

Completed in 157 milliseconds