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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h80 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cpp45 DDLogicalThread *CreateLogicalThread(u64 ctx) override;
79 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cpp89 DDLogicalThread* CreateLogicalThread(u64 ctx);
135 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { function in class:__sanitizer::DD
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp103 thr->dd_lt = ctx->dd->CreateLogicalThread(id);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp207 thr->dd_lt = ctx->dd->CreateLogicalThread(tid);

Completed in 132 milliseconds