reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
240 CHECK_NE(tctx, 0); 241 if (tctx->status == ThreadStatusInvalid) { 245 tctx->OnDetached(arg); 246 if (tctx->status == ThreadStatusFinished) { 247 tctx->SetDead(); 248 QuarantinePush(tctx); 250 tctx->detached = true;