reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
194 if ((u32)rep_->threads[i]->id == tctx->tid) 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; 207 rt->stack = SymbolizeStackId(tctx->creation_stack_id);