Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_semaphore.cpp69 int curval = ++pCount; in operator ()() local
70 if (curval > ourCounts[tid]) { in operator ()()
71 ourCounts[tid] = curval; in operator ()()