Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_arena.cpp877 struct ExceptionTestBody : utils::NoAssign { struct
878 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() argument
882 void operator()( int i ) const { in operator ()()