Lines Matching defs:rt
211 auto *rt = New<ReportThread>();
212 rep_->threads.PushBack(rt);
213 rt->id = tctx->tid;
214 rt->os_id = tctx->os_id;
215 rt->running = (tctx->status == ThreadStatusRunning);
216 rt->name = internal_strdup(tctx->name);
217 rt->parent_tid = tctx->parent_tid;
218 rt->thread_type = tctx->thread_type;
219 rt->stack = 0;
220 rt->stack = SymbolizeStackId(tctx->creation_stack_id);
221 if (rt->stack)
222 rt->stack->suppressable = suppressable;