Home
last modified time | relevance | path

Searched defs:graph (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/common/
H A Dtest_join_node_multiple_predecessors.h58 graph&, buffer_node<continue_msg>& bn1, buffer_node<continue_msg>& bn2, in connect_join_via_follows() argument
68 graph&, buffer_node<continue_msg>& bn1, buffer_node<continue_msg>& bn2, in connect_join_via_precedes() argument
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_impl.h40 class graph; variable
45 friend class graph; variable
123 class graph; variable
389 friend class graph; variable
H A D_flow_graph_trace_impl.h52 static inline void fgt_composite ( void* codeptr, void *node, void *graph ) { in fgt_composite()
/oneTBB/test/tbb/
H A Dtest_limiter_node.cpp512 tbb::flow::graph graph{}; in test_decrement_while_try_put_task() local
614 tbb::flow::graph graph; variable
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h427 inline graph::graph() : my_wait_context(0), my_nodes(nullptr), my_nodes_last(nullptr), my_task_aren… in graph() function
437 inline graph::graph(task_group_context& use_this_context) : in graph() function