Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp386 int src_cnt = tbb::flow::copy_body<src_body_type>(sn).count_value(); in run_one_input_node_test() local
391 CHECK_MESSAGE( (src_cnt <= g_NumItems), "Too many input_node items emitted"); in run_one_input_node_test()
392 CHECK_MESSAGE( (sink_cnt <= src_cnt), "Too many input_node items received"); in run_one_input_node_test()
397 CHECK_MESSAGE( (src_cnt == g_NumItems), "Incorrect # input_node items emitted"); in run_one_input_node_test()
398 CHECK_MESSAGE( (sink_cnt == src_cnt), "Incorrect # input_node items received"); in run_one_input_node_test()
405 src_cnt = tbb::flow::copy_body<src_body_type>(sn).count_value(); in run_one_input_node_test()
407 CHECK_MESSAGE( (src_cnt == 0), "input_node count not reset"); in run_one_input_node_test()