Searched refs:graph_reference (Results 1 – 12 of 12) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_node_impl.h | 138 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.h | 262 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.h | 56 return object.graph_reference(); in get_impl() 70 graph& graph_reference() const { in graph_reference() function
|
| H A D | _flow_graph_impl.h | 399 graph& graph_reference() const { in graph_reference() function
|
| H A D | _flow_graph_cache_impl.h | 353 graph& graph_ref = (*i)->graph_reference(); in try_put_task()
|
| H A D | _flow_graph_indexer_impl.h | 82 graph& graph_reference() const override {
|
| H A D | _flow_graph_join_impl.h | 297 graph& graph_reference() const override { 458 graph& graph_reference() const override { 608 graph& graph_reference() const override {
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | flow_graph.h | 265 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 D | test_limiter_node.cpp | 56 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 D | test_broadcast_node.cpp | 76 tbb::flow::graph& graph_reference() const override { in graph_reference() function in counting_array_receiver
|
| H A D | test_input_node.cpp | 64 tbb::flow::graph& graph_reference() const override { in graph_reference() function in test_push_receiver
|
| /oneTBB/test/common/ |
| H A D | graph_utils.h | 276 tbb::flow::graph& graph_reference() const override { 335 tbb::flow::graph& graph_reference() const override {
|