Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_flow_graph_whitebox.cpp240 tbb::flow::queue_node<int> qnode1(g); in TestFunctionNode() local
242 tbb::flow::make_edge(fnode0, qnode1); in TestFunctionNode()
249 CHECK_MESSAGE( (qnode1.try_get(ii) && ii == 1), "output not passed" ); in TestFunctionNode()
251 tbb::flow::remove_edge(fnode0, qnode1); in TestFunctionNode()
253 tbb::flow::make_edge(fnode1, qnode1); in TestFunctionNode()
259 CHECK_MESSAGE( (qnode1.try_get(ii) && ii == 1), "output not passed" ); in TestFunctionNode()
261 tbb::flow::remove_edge(fnode1, qnode1); in TestFunctionNode()
268 tbb::flow::make_edge(fnode0, qnode1); in TestFunctionNode()
291 tbb::flow::remove_edge(fnode0, qnode1); in TestFunctionNode()
295 tbb::flow::make_edge(fnode1, qnode1); in TestFunctionNode()
[all …]