Searched refs:test_one_serial (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_split_node.cpp | 270 void test_one_serial( SType &my_split, tbb::flow::graph &g) { in test_one_serial() function 350 test_one_serial<SType>(*my_split, g); in test() 358 test_one_serial<SType>(split_vector[e], g); in test()
|
| H A D | test_indexer_node.cpp | 361 void test_one_serial( IType &my_indexer, tbb::flow::graph &g) { in test_one_serial() function 428 test_one_serial<IType,TType,SIZE>(*my_indexer, g); in test() 435 test_one_serial<IType,TType,SIZE>(indexer_vector[e], g); in test()
|
| H A D | test_join_node.h | 1311 void test_one_serial(JType &my_join, tbb::flow::graph &g) { 1406 test_one_serial<JType, JP>(*my_join, g); 1413 test_one_serial<JType, JP>(join_vector[e], g);
|