reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
199 rep_->threads.PushBack(rt); 200 rt->id = tctx->tid; 201 rt->os_id = tctx->os_id; 202 rt->running = (tctx->status == ThreadStatusRunning); 203 rt->name = internal_strdup(tctx->name); 204 rt->parent_tid = tctx->parent_tid; 205 rt->thread_type = tctx->thread_type; 206 rt->stack = 0; 207 rt->stack = SymbolizeStackId(tctx->creation_stack_id); 208 if (rt->stack) 209 rt->stack->suppressable = suppressable;