Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_impl.h117 void deactivate_graph(graph& g);
353 friend void deactivate_graph(graph& g);
419 inline void deactivate_graph(graph& g) { in deactivate_graph() function
/oneTBB/test/tbb/
H A Dtest_flow_graph_whitebox.cpp848 deactivate_graph(g);
870 deactivate_graph(g);
887 deactivate_graph(g);
936 deactivate_graph(g);
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h491 deactivate_graph(*this); in reset()