Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_proc.cc30 proc->dd_pt = ctx->dd->CreatePhysicalThread(); in ProcCreate()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_proc.cpp29 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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cpp42 DDPhysicalThread *CreatePhysicalThread() override;
72 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
Dsanitizer_deadlock_detector_interface.h77 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; } in CreatePhysicalThread() function
Dsanitizer_deadlock_detector2.cpp86 DDPhysicalThread* CreatePhysicalThread();
124 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()
/external/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_rtl.cpp102 thr->dd_pt = ctx->dd->CreatePhysicalThread(); in ThreadInit()