Home
last modified time | relevance | path

Searched refs:ourCounts (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_semaphore.cpp45 std::vector<int>& ourCounts; member in Body
53 : 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 ()()