Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_limiter_node.cpp439 int try_put_num{3}; in test_try_put_without_successors() local
441 tbb::flow::limiter_node<int> ln(g, try_put_num); in test_try_put_without_successors()
446 for (; i <= try_put_num; i++) in test_try_put_without_successors()
460 CHECK((counter == i * try_put_num / 2)); in test_try_put_without_successors()
465 bn.try_put(try_put_num + 1); in test_try_put_without_successors()
467 CHECK((counter == i * try_put_num / 2)); in test_try_put_without_successors()