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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_proc.cc 30 proc->dd_pt = ctx->dd->CreatePhysicalThread();
42 ctx->dd->DestroyPhysicalThread(proc->dd_pt);
tsan_rtl.h 345 DDPhysicalThread *dd_pt; member in struct:__tsan::Processor
tsan_rtl_mutex.cc 35 DDCallback::pt = thr->proc()->dd_pt;
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.h 28 DDPhysicalThread *dd_pt; member in struct:__dsan::Thread
dd_rtl.cc 61 pt = thr->dd_pt;
103 thr->dd_pt = ctx->dd->CreatePhysicalThread();
108 ctx->dd->DestroyPhysicalThread(thr->dd_pt);

Completed in 96 milliseconds