Searched refs:m_Body (Results 1 – 1 of 1) sorted by relevance
166 ParForBody m_Body; member in SimpleParReduceBody172 void operator()( const range_type& r ) const { m_Body(r); } in operator ()()173 SimpleParReduceBody( SimpleParReduceBody& left, tbb::split ) : m_Body(left.m_Body) {} in SimpleParReduceBody()