Lines Matching refs:offload_node
422 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 ()()
635 tbb::flow::make_edge( offload_node, end_node ); in operator ()()