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

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h75 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; } function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cc43 DDPhysicalThread *CreatePhysicalThread() override;
73 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
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc103 thr->dd_pt = ctx->dd->CreatePhysicalThread();
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc113 thr->dd_pt = ctx->dd->CreatePhysicalThread();

Completed in 67 milliseconds