Searched refs:create_child (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/migration/recursive_fibonacci/ |
| H A D | fibonacci_two_tasks.h | 56 task_emulation::run_task(c.create_child<fib_computation>(n - 1, &c.x)); in execute()
|
| H A D | task_emulation_layer.h | 95 F create_child(Args&&... args) { in create_child() function
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_scan.h | 224 …task* create_child( const Range& range, final_sum_type& body, sum_node* child, final_sum_type* inc… in create_child() function 251 …task* right_child = this->create_child(Range(m_range,split()), *m_left_sum, m_right, m_left_sum, m… in execute() 252 …task* left_child = m_left_is_final ? nullptr : this->create_child(m_range, *m_body, m_left, m_inco… in execute()
|