Searched refs:indexed_threads (Results 1 – 1 of 1) sorted by relevance
240 DenseMap<JSONProcess *, DenseSet<tid_t>> indexed_threads; in AugmentThreadsFromContextSwitches() local245 indexed_threads[&process].insert(thread.tid); in AugmentThreadsFromContextSwitches()252 if (indexed_threads[proc->second].count(tid)) in AugmentThreadsFromContextSwitches()254 indexed_threads[proc->second].insert(tid); in AugmentThreadsFromContextSwitches()