Home
last modified time | relevance | path

Searched defs: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() function
620 void operator()( int idx ) const { in operator ()()
662 thread_local int TestAttachBody::my_idx; argument