Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp165 class SimpleParReduceBody { class
168 void operator=(const SimpleParReduceBody&) = delete;
169 SimpleParReduceBody(const SimpleParReduceBody&) = default;
170 SimpleParReduceBody() = default;
173 SimpleParReduceBody( SimpleParReduceBody& left, tbb::split ) : m_Body(left.m_Body) {} in SimpleParReduceBody() function in SimpleParReduceBody
174 void join( SimpleParReduceBody& /*right*/ ) {} in join() argument
188 SimpleParReduceBody<ParForBody> rb; in TestParallelLoopAux()