Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h451 template<typename P> static void clear_this(P &p) { in clear_this() function
453 clear_element<N-1>::clear_this(p); in clear_this()
465 template<typename P> static void clear_this(P &p) {
544 if(f & rf_clear_edges)clear_element<N>::clear_this(my_output_ports);
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h967 clear_element<N>::clear_this(my_output_ports); in reset_node()