Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_priority_queue_common.h314 void test_parallel_push_pop( std::size_t n, T t_max, T t_min ) { in test_parallel_push_pop() argument
318 FillBody<T, C> filler(n, t_max, t_min, &q); in test_parallel_push_pop()
319 EmptyBody<T, C> emptier(t_max, &q); in test_parallel_push_pop()