Home
last modified time | relevance | path

Searched refs:CreateLogicalThread (Results 1 – 10 of 10) 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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cpp45 DDLogicalThread *CreateLogicalThread(u64 ctx) override;
79 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
Dsanitizer_deadlock_detector_interface.h80 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } in CreateLogicalThread() function
Dsanitizer_deadlock_detector2.cpp89 DDLogicalThread* CreateLogicalThread(u64 ctx);
135 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/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_rtl.cpp103 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()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp110 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id); in OnStarted()