Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_broadcast_node.cpp174 tbb::flow::queue_node<T> q0(g); in test_resets() local
176 tbb::flow::make_edge(b1,q0); in test_resets()
186 CHECK_MESSAGE( (q0.try_get(j) && j == i), "Bad value in queue"); in test_resets()
188 CHECK_MESSAGE( (!q0.try_get(j)), "extra value in queue"); in test_resets()
199 CHECK_MESSAGE( (!q0.try_get(j)), "edge between nodes not removed"); in test_resets()
204 CHECK_MESSAGE( (!q0.try_get(j)), "edge between nodes not removed"); in test_resets()
H A Dtest_multifunction_node.cpp429 tbb::flow::queue_node<EvenType> q0(g); in run_multiport_test() local
432 tbb::flow::make_edge(tbb::flow::output_port<0>(mo_node), q0); in run_multiport_test()
443 CHECK_MESSAGE( q0.try_get(e), "" ); in run_multiport_test()
H A Dtest_flow_graph_whitebox.cpp405 tbb::flow::queue_node<int> q0(g); in TestJoinNode() local
407 tbb::flow::make_edge(q0,tbb::flow::input_port<0>(rj)); in TestJoinNode()
409 q0.try_put(1); in TestJoinNode()
431 CHECK_MESSAGE( (q0.my_successors.empty()), "edge not removed by reset(rf_clear_edges)"); in TestJoinNode()
H A Dtest_queue_node.cpp481 queue_node<int> q0(g); in test_deduction_guides() local
491 queue_node q3(q0); in test_deduction_guides()
/oneTBB/test/common/
H A Dgraph_utils.h496 tbb::flow::queue_node<T> q0(g);
510 tbb::flow::make_edge(b0,q0);
519 CHECK_MESSAGE(q0.try_get(j), "Missing value from buffer");
527 CHECK_MESSAGE(!q0.try_get(j), "Extra values in output");
533 tbb::flow::remove_edge(b0,q0);