Searched refs:t_it (Results 1 – 1 of 1) sorted by relevance
323 auto t_it = ctx->threads.find(seq_id); in ParseTracePacket() local325 if (t_it == ctx->threads.end()) { in ParseTracePacket()327 t_it = ctx->threads.emplace(seq_id, ParsedTraceStats::WriterThread()).first; in ParseTracePacket()329 ParsedTraceStats::WriterThread& thd = t_it->second; in ParseTracePacket()