reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.cpp
   34   CHECK_EQ(proc->thr, nullptr);
   36   AllocatorProcFinish(proc);
   38   ctx->clock_alloc.FlushCache(&proc->clock_cache);
   39   ctx->metamap.OnProcIdle(proc);
   41      ctx->dd->DestroyPhysicalThread(proc->dd_pt);
   42   proc->~Processor();
   43   InternalFree(proc);