Searched defs:TestAttachBody (Results 1 – 1 of 1) sorted by relevance
614 struct TestAttachBody : utils::NoAssign { struct617 TestAttachBody( int max_thr ) : maxthread(max_thr) {} in TestAttachBody() function620 void operator()( int idx ) const { in operator ()()662 thread_local int TestAttachBody::my_idx; argument