Home
last modified time | relevance | path

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

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