Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dparallel_scan.h252 …task* left_child = m_left_is_final ? nullptr : this->create_child(m_range, *m_body, m_left, m_inco… in execute() local
253 ref_count = (left_child != nullptr) + (right_child != nullptr); in execute()
255 if( left_child ) { in execute()
257 return left_child; in execute()