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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_proc.cpp29 proc->dd_pt = ctx->dd->CreatePhysicalThread();
41 ctx->dd->DestroyPhysicalThread(proc->dd_pt);
H A Dtsan_rtl.h351 DDPhysicalThread *dd_pt; member in struct:__tsan::Processor
H A Dtsan_rtl_mutex.cpp34 DDCallback::pt = thr->proc()->dd_pt;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h27 DDPhysicalThread *dd_pt; member in struct:__dsan::Thread
H A Ddd_rtl.cpp60 pt = thr->dd_pt;
102 thr->dd_pt = ctx->dd->CreatePhysicalThread();
107 ctx->dd->DestroyPhysicalThread(thr->dd_pt);

Completed in 47 milliseconds