Home
last modified time | relevance | path

Searched defs:try_put_task_impl (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h270 graph_task* try_put_task_impl( const input_type& t, /*lightweight=*/std::true_type ) { in try_put_task_impl() function
283 graph_task* try_put_task_impl( const input_type& t, /*lightweight=*/std::false_type ) { in try_put_task_impl() function
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h3116 graph_task * try_put_task_impl(const input_type &v) { in try_put_task_impl() function