reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);