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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h75 virtual DDPhysicalThread* CreatePhysicalThread() { return 0; } function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cc43 DDPhysicalThread* CreatePhysicalThread();
72 DDPhysicalThread* DD::CreatePhysicalThread() { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cc87 DDPhysicalThread* CreatePhysicalThread();
129 DDPhysicalThread* DD::CreatePhysicalThread() { function in class:__sanitizer::DD
/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc99 thr->dd_pt = ctx->dd->CreatePhysicalThread();
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc106 thr->dd_pt = ctx->dd->CreatePhysicalThread();

Completed in 137 milliseconds