Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp42 DDPhysicalThread *CreatePhysicalThread() override;
72 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h77 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; } in CreatePhysicalThread() function
H A Dsanitizer_deadlock_detector2.cpp86 DDPhysicalThread* CreatePhysicalThread();
124 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc43 DDPhysicalThread *CreatePhysicalThread() override;
73 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h75 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; } in CreatePhysicalThread() function
H A Dsanitizer_deadlock_detector2.cc87 DDPhysicalThread* CreatePhysicalThread();
125 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc41 DDPhysicalThread *CreatePhysicalThread() override;
71 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h73 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; } in CreatePhysicalThread() function
H A Dsanitizer_deadlock_detector2.cc85 DDPhysicalThread* CreatePhysicalThread();
123 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_proc.cc28 proc->dd_pt = ctx->dd->CreatePhysicalThread(); in ProcCreate()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_proc.cpp29 proc->dd_pt = ctx->dd->CreatePhysicalThread(); in ProcCreate()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_proc.cc30 proc->dd_pt = ctx->dd->CreatePhysicalThread(); in ProcCreate()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.cc103 thr->dd_pt = ctx->dd->CreatePhysicalThread(); in ThreadInit()