Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_semaphore.cpp52 std::vector<int>& our_counts, std::vector<double>& tot_time ) in Body() argument
53 : nIters(nIter), mySem(sem), ourCounts(our_counts), tottime(tot_time) in Body()