Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h1199 bool try_forwarding = false; in handle_operations_impl() local
1204 case reg_succ: internal_reg_succ(tmp); try_forwarding = true; break; in handle_operations_impl()
1208 case rel_res: internal_release(tmp); try_forwarding = true; break; in handle_operations_impl()
1209 case con_res: internal_consume(tmp); try_forwarding = true; break; in handle_operations_impl()
1210 case put_item: try_forwarding = internal_push(tmp); break; in handle_operations_impl()
1217 if (try_forwarding && !forwarder_busy) { in handle_operations_impl()