Searched refs:ExceptionTestBody (Results 1 – 1 of 1) sorted by relevance
877 struct ExceptionTestBody : utils::NoAssign { struct880 ExceptionTestBody( tbb::enumerable_thread_specific<int>& ets, std::atomic<bool>& is_stolen ) in ExceptionTestBody() argument907 tbb::parallel_for( 0, 1000, ExceptionTestBody( ets, is_stolen ) ); in ExceptionTest()