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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h78 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cc46 DDLogicalThread *CreateLogicalThread(u64 ctx) override;
80 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cc90 DDLogicalThread* CreateLogicalThread(u64 ctx);
140 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { function in class:__sanitizer::DD
/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc104 thr->dd_lt = ctx->dd->CreateLogicalThread(id);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc114 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id);

Completed in 131 milliseconds