HomeSort by relevance Sort by last modified time
    Searched refs:CreatePhysicalThread (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 75 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; }
sanitizer_deadlock_detector1.cc 43 DDPhysicalThread *CreatePhysicalThread() override;
73 DDPhysicalThread* DD::CreatePhysicalThread() {
sanitizer_deadlock_detector2.cc 87 DDPhysicalThread* CreatePhysicalThread();
129 DDPhysicalThread* DD::CreatePhysicalThread() {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_proc.cc 30 proc->dd_pt = ctx->dd->CreatePhysicalThread();
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 103 thr->dd_pt = ctx->dd->CreatePhysicalThread();

Completed in 118 milliseconds