Home
last modified time | relevance | path

Searched defs:my_split (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_split_node.cpp153 static void add_sink_nodes(SType &my_split, tbb::flow::graph &g) { in add_sink_nodes()
173 static void remove_sink_nodes(SType& my_split) { in remove_sink_nodes()
193 static void add_sink_nodes(SType &my_split, tbb::flow::graph &g) { in add_sink_nodes()
210 static void remove_sink_nodes(SType& my_split) { in remove_sink_nodes()
236 SType* my_split = makeSplit<N,SType>::create(g); in test() local
270 void test_one_serial( SType &my_split, tbb::flow::graph &g) { in test_one_serial()
345 SType* my_split = makeSplit<TUPLE_SIZE,SType>::create(g); in test() local