Home
last modified time | relevance | path

Searched defs: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
433 continue_msg operator()( const continue_msg& msg ) const { in operator ()()
437 void operator()( const tbb::blocked_range<int>& subrange ) const { in operator ()()
440 int my_body_size;