Searched defs:ExceptionTestBody (Results 1 – 1 of 1) sorted by relevance
877 struct ExceptionTestBody : utils::NoAssign { struct878 tbb::enumerable_thread_specific<int>& myEts;879 std::atomic<bool>& myIsStolen;880 ExceptionTestBody( tbb::enumerable_thread_specific<int>& ets, std::atomic<bool>& is_stolen ) in ExceptionTestBody() argument882 void operator()( int i ) const { in operator ()()