Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_arena.cpp877 struct ExceptionTestBody : utils::NoAssign { struct
880 ExceptionTestBody( tbb::enumerable_thread_specific<int>& ets, std::atomic<bool>& is_stolen ) in ExceptionTestBody() argument
907 tbb::parallel_for( 0, 1000, ExceptionTestBody( ets, is_stolen ) ); in ExceptionTest()