Searched refs:CommonBody (Results 1 – 1 of 1) sorted by relevance
430 struct CommonBody { struct431 CommonBody() : my_body_size( 0 ) { } in CommonBody() function432 CommonBody( int body_size ) : my_body_size( body_size ) { } in CommonBody() function445 tbb::parallel_for( tbb::blocked_range<int>(0, work_size), CommonBody<work_type>(), in do_node_work()468 tbb::parallel_for( tbb::blocked_range<int>(0, work_size), CommonBody<PRIORITIZED_WORK>(), in operator ()()502 new continue_node<continue_msg>( g, CommonBody<NONPRIORITIZED_WORK>( body_size ) ) in create_nodes()526 g, CommonBody<PRIORITIZED_WORK>(small_problem_size), node_priority_t(1) in test()