Searched refs:ourCounts (Results 1 – 1 of 1) sorted by relevance
45 std::vector<int>& ourCounts; member in Body53 : nIters(nIter), mySem(sem), ourCounts(our_counts), tottime(tot_time) in Body()70 if (curval > ourCounts[tid]) { in operator ()()71 ourCounts[tid] = curval; in operator ()()