Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h138 graph& graph_reference() const override { in graph_reference() function
306 graph_reference().reserve_wait(); in create_body_task()
332 …graph_task* t = allocator.new_object<task_type>( graph_reference(), allocator, *this, my_priority … in create_forward_task()
333 graph_reference().reserve_wait(); in create_forward_task()
341 spawn_in_graph_arena(graph_reference(), *tp); in spawn_forward_task()
411 spawn_in_graph_arena(base_type::graph_reference(), *postponed_task); in apply_body_impl_bypass()
686 graph_reference().reserve_wait();
691 graph& graph_reference() const override {
723 graph& graph_reference() const { return my_graph_ref; }
745 spawn_in_graph_arena(graph_reference(), *res);
[all …]
H A D_flow_graph_body_impl.h262 next_task = prioritize_task(my_node.graph_reference(), *next_task);
291 next_task = prioritize_task(my_node.graph_reference(), *next_task);
315 next_task = prioritize_task(my_node.graph_reference(), *next_task);
346 graph& graph_reference() const override {
370 graph& graph_reference() const override {
H A D_flow_graph_node_set_impl.h56 return object.graph_reference(); in get_impl()
70 graph& graph_reference() const { in graph_reference() function
H A D_flow_graph_impl.h399 graph& graph_reference() const { in graph_reference() function
H A D_flow_graph_cache_impl.h353 graph& graph_ref = (*i)->graph_reference(); in try_put_task()
H A D_flow_graph_indexer_impl.h82 graph& graph_reference() const override {
H A D_flow_graph_join_impl.h297 graph& graph_reference() const override {
458 graph& graph_reference() const override {
608 graph& graph_reference() const override {
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h265 virtual graph& graph_reference() const = 0;
566 : input_node(successors.graph_reference(), body) in __TBB_requires()
971 graph& graph_reference() const override { in graph_reference() function
1133 graph& graph_reference() const override { in graph_reference() function
1482 graph& graph_reference() const override { in graph_reference() function
1517 graph& graph_ref = this->graph_reference(); in try_put_and_add_task()
1612 : sequencer_node(nodes.graph_reference(), s) { in __TBB_requires()
1773 graph& graph_ref = this->graph_reference(); in try_put_and_add_task()
2066 spawn_in_graph_arena(graph_reference(), *t); in register_predecessor()
3060 graph_reference().reserve_wait(); in register_successor()
[all …]
/oneTBB/test/tbb/
H A Dtest_limiter_node.cpp56 tbb::flow::graph& graph_reference() const override { in graph_reference() function
74 tbb::flow::graph& graph_reference() const override { in graph_reference() function
H A Dtest_broadcast_node.cpp76 tbb::flow::graph& graph_reference() const override { in graph_reference() function in counting_array_receiver
H A Dtest_input_node.cpp64 tbb::flow::graph& graph_reference() const override { in graph_reference() function in test_push_receiver
/oneTBB/test/common/
H A Dgraph_utils.h276 tbb::flow::graph& graph_reference() const override {
335 tbb::flow::graph& graph_reference() const override {