Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_arena.cpp614 struct TestAttachBody : utils::NoAssign { struct
617 TestAttachBody( int max_thr ) : maxthread(max_thr) {} in TestAttachBody() argument
662 thread_local int TestAttachBody::my_idx; argument
666 utils::NativeParallelFor( std::max(maxthread,4), TestAttachBody( maxthread ) ); in TestAttach()
668 tbb::parallel_for( Range(0,10000*maxthread), TestAttachBody( maxthread ) ); in TestAttach()