Home
last modified time | relevance | path

Searched refs:create_child (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/migration/recursive_fibonacci/
H A Dfibonacci_two_tasks.h56 task_emulation::run_task(c.create_child<fib_computation>(n - 1, &c.x)); in execute()
H A Dtask_emulation_layer.h95 F create_child(Args&&... args) { in create_child() function
/oneTBB/include/oneapi/tbb/
H A Dparallel_scan.h224 …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()