Searched refs:t_max (Results 1 – 1 of 1) sorted by relevance
314 void test_parallel_push_pop( std::size_t n, T t_max, T t_min ) { in test_parallel_push_pop() argument318 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()