Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_impl.h148 friend class graph_task_list; variable
205 class graph_task_list : no_copy {
211 graph_task_list() : my_first(nullptr), my_next_ptr(&my_first) {} in graph_task_list() function
H A D_flow_graph_cache_impl.h370 bool gather_successful_try_puts( const T &t, graph_task_list& tasks ) { in gather_successful_try_puts()
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h2922 graph_task_list tasks; in __TBB_requires()