Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_proc.cc30 proc->dd_pt = ctx->dd->CreatePhysicalThread(); in ProcCreate()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc43 DDPhysicalThread *CreatePhysicalThread() override;
73 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
Dsanitizer_deadlock_detector_interface.h75 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; } in CreatePhysicalThread() function
Dsanitizer_deadlock_detector2.cc87 DDPhysicalThread* CreatePhysicalThread();
129 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc103 thr->dd_pt = ctx->dd->CreatePhysicalThread(); in ThreadInit()