Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_async_node.cpp422 async_node_type offload_node( in run() local
440 tbb::flow::make_edge( start_node, offload_node ); in run()
441 tbb::flow::make_edge( offload_node, end_node ); in run()
448 offload_node.gateway().reserve_wait(); in run()
542 async_node_type offload_node( in run() local
555 tbb::flow::make_edge( start_node, offload_node ); in run()
556 tbb::flow::make_edge( offload_node, end_node ); in run()
564 offload_node.gateway().reserve_wait(); in run()
625 async_node_type offload_node( in operator ()() local
634 tbb::flow::make_edge( start_node, offload_node ); in operator ()()
[all …]