Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_semaphore.cpp85 std::vector<int> max_vals(n_threads); in test_semaphore() local
89 Body body(n_threads, n_iters, my_sem, max_vals, tot_times); in test_semaphore()
96 for (auto item : max_vals) { in test_semaphore()