Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_split_node.cpp270 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 Dtest_indexer_node.cpp361 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 Dtest_join_node.h1311 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);