Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_impl.h208 graph_task** my_next_ptr; variable
211 graph_task_list() : my_first(nullptr), my_next_ptr(&my_first) {} in graph_task_list()
219 *my_next_ptr = &task; in push_back()
220 my_next_ptr = &task.my_next; in push_back()
229 my_next_ptr = &my_first; in pop_front()