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 0; } function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cc46 DDLogicalThread* CreateLogicalThread(u64 ctx);
79 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.cc100 thr->dd_lt = ctx->dd->CreateLogicalThread(id);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc107 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id);

Completed in 102 milliseconds