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/dd/
dd_rtl.h 29 DDPhysicalThread *dd_pt; member in struct:__dsan::Thread
dd_rtl.cc 61 pt = thr->dd_pt;
99 thr->dd_pt = ctx->dd->CreatePhysicalThread();
104 ctx->dd->DestroyPhysicalThread(thr->dd_pt);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 106 thr->dd_pt = ctx->dd->CreatePhysicalThread();
134 ctx->dd->DestroyPhysicalThread(thr->dd_pt);
tsan_rtl.h 373 DDPhysicalThread *dd_pt; member in struct:__tsan::ThreadState
tsan_rtl_mutex.cc 35 DDCallback::pt = thr->dd_pt;

Completed in 45 milliseconds