Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_semaphore.cpp51 Body( int nThread, int nIter, semaphore& sem, in Body() argument
53 : nIters(nIter), mySem(sem), ourCounts(our_counts), tottime(tot_time) in Body()