Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp533 int t_cnt = tbb::flow::copy_body<TestNodeBodyType>(node_to_test).count_value(); in run_one_functype_node_test() local
540 CHECK_MESSAGE( (ib0_cnt + ib1_cnt >= t_cnt), "Too many items received by test node"); in run_one_functype_node_test()
541 CHECK_MESSAGE( (nb0_cnt + nb1_cnt <= t_cnt*2), "Too many items received by sink nodes"); in run_one_functype_node_test()
547 CHECK_MESSAGE( (t_cnt == 2*g_NumItems), "Not all items reached test node"); in run_one_functype_node_test()
832 int t_cnt = tbb::flow::copy_body<TestNodeBodyType>(node_to_test).count_value(); in run_one_continue_node_test() local
838 CHECK_MESSAGE( (ib_cnt >= t_cnt), "Too many items received by test node"); in run_one_continue_node_test()
839 CHECK_MESSAGE( (nb_cnt <= t_cnt), "Too many items received by sink nodes"); in run_one_continue_node_test()
845 CHECK_MESSAGE( (t_cnt == g_NumItems), "Not all items reached test node"); in run_one_continue_node_test()