Searched refs:TestAttachBody (Results 1 – 1 of 1) sorted by relevance
614 struct TestAttachBody : utils::NoAssign { struct617 TestAttachBody( int max_thr ) : maxthread(max_thr) {} in TestAttachBody() argument662 thread_local int TestAttachBody::my_idx; argument666 utils::NativeParallelFor( std::max(maxthread,4), TestAttachBody( maxthread ) ); in TestAttach()668 tbb::parallel_for( Range(0,10000*maxthread), TestAttachBody( maxthread ) ); in TestAttach()