Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_flow_graph_priorities.cpp430 struct CommonBody { struct
431 CommonBody() : my_body_size( 0 ) { } in CommonBody() function
432 CommonBody( int body_size ) : my_body_size( body_size ) { } in CommonBody() function
445 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()