Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_flow_graph_whitebox.cpp236 tbb::flow::queue_node<int> qnode0(g); in TestFunctionNode() local
243 tbb::flow::make_edge(qnode0, fnode0); in TestFunctionNode()
246 qnode0.try_put(1); in TestFunctionNode()
250 tbb::flow::remove_edge(qnode0, fnode0); in TestFunctionNode()
254 tbb::flow::make_edge(qnode0, fnode1); in TestFunctionNode()
257 qnode0.try_put(1); in TestFunctionNode()
260 tbb::flow::remove_edge(qnode0, fnode1); in TestFunctionNode()
273 qnode0.try_put(1); in TestFunctionNode()
290 tbb::flow::remove_edge(qnode0, fnode0); in TestFunctionNode()
307 tbb::flow::remove_edge(qnode0, fnode1); in TestFunctionNode()
[all …]