reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
278 ThreadCheckIgnore(thr); 279 StatInc(thr, StatThreadFinish); 280 if (thr->stk_addr && thr->stk_size) 280 if (thr->stk_addr && thr->stk_size) 281 DontNeedShadowFor(thr->stk_addr, thr->stk_size); 281 DontNeedShadowFor(thr->stk_addr, thr->stk_size); 282 if (thr->tls_addr && thr->tls_size) 282 if (thr->tls_addr && thr->tls_size) 283 DontNeedShadowFor(thr->tls_addr, thr->tls_size); 283 DontNeedShadowFor(thr->tls_addr, thr->tls_size); 284 thr->is_dead = true; 285 ctx->thread_registry->FinishThread(thr->tid);