Searched refs:this_thread_runcounts (Results 1 – 1 of 1) sorted by relevance
649 std::map<int, int> this_thread_runcounts; in PatternDispatcher() local655 this_thread_runcounts[it->first] = count; in PatternDispatcher()665 …for (std::map<int,int>::iterator it = this_thread_runcounts.begin(); it != this_thread_runcounts.e… in PatternDispatcher()