Searched refs:lc (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_function_node.cpp | 58 for ( size_t lc = 1; lc <= concurrency; ++lc ) { in buffered_levels() local 66 harness_graph_executor<InputType, OutputType>::max_executors = lc; in buffered_levels() 69 tbb::flow::function_node< InputType, OutputType > exe_node( g, lc, body ); in buffered_levels() 163 for ( size_t lc = 1; lc <= concurrency; ++lc ) { in buffered_levels_with_copy() local 170 tbb::flow::function_node< InputType, OutputType > exe_node( g, lc, cf ); in buffered_levels_with_copy() 253 for ( size_t lc = 1; lc <= concurrency; ++lc ) { in concurrency_levels() local 261 harness_graph_executor<InputType, OutputType>::max_executors = lc; in concurrency_levels() 264 fnode_type exe_node( g, lc, body ); in concurrency_levels() 288 for ( size_t c = 0 ; c < lc ; ++c ) { in concurrency_levels() 314 CHECK( n == num_senders*N+lc ); in concurrency_levels()
|
| H A D | test_multifunction_node.cpp | 57 for ( size_t lc = 1; lc <= concurrency; ++lc ) { in buffered_levels() local 65 harness_graph_multifunction_executor<InputType, OutputTuple>::max_executors = lc; in buffered_levels() 68 tbb::flow::multifunction_node< InputType, OutputTuple > exe_node( g, lc, body ); in buffered_levels() 154 for ( size_t lc = 1; lc <= concurrency; ++lc ) { in buffered_levels_with_copy() local 161 tbb::flow::multifunction_node< InputType, OutputTuple > exe_node( g, lc, cf ); in buffered_levels_with_copy() 240 for ( size_t lc = 1; lc <= concurrency; ++lc ) { in concurrency_levels() local 248 harness_graph_multifunction_executor<InputType, OutputTuple>::max_executors = lc; in concurrency_levels() 251 …::flow::multifunction_node< InputType, OutputTuple, tbb::flow::rejecting > exe_node( g, lc, body ); in concurrency_levels() 274 for ( size_t c = 0 ; c < lc ; ++c ) { in concurrency_levels() 300 CHECK_MESSAGE( n == num_senders*N+lc, "" ); in concurrency_levels()
|
| H A D | test_indexer_node.cpp | 122 int lc = my_count; in operator ()() local 125 if ( lc < Count){ in operator ()()
|
| H A D | test_join_node.h | 520 int lc = my_count; 523 if ( lc < Count){
|