Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_impl.h342 graph_node *my_nodes, *my_nodes_last; variable
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h406 if (begin) current_node = my_graph->my_nodes; in graph_iterator()
427 inline graph::graph() : my_wait_context(0), my_nodes(nullptr), my_nodes_last(nullptr), my_task_aren… in graph()
438 …my_wait_context(0), my_context(&use_this_context), my_nodes(nullptr), my_nodes_last(nullptr), my_t… in graph()
473 if (!my_nodes) my_nodes = n; in register_node()
480 __TBB_ASSERT(my_nodes && my_nodes_last, "graph::remove_node: Error: no registered nodes"); in remove_node()
484 if (my_nodes == n) my_nodes = n->next; in remove_node()