Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_impl.h260 explicit graph(task_group_context& use_this_context);
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h437 inline graph::graph(task_group_context& use_this_context) : in graph() argument
438 …my_wait_context(0), my_context(&use_this_context), my_nodes(nullptr), my_nodes_last(nullptr), my_t… in graph()