Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_split_node.cpp173 static void remove_sink_nodes(SType& my_split) { in remove_sink_nodes() argument
210 static void remove_sink_nodes(SType& my_split) { in remove_sink_nodes() argument
236 SType* my_split = makeSplit<N,SType>::create(g); in test() local
246 tbb::flow::make_edge(*s, *my_split); in test()
261 makeSplit<N,SType>::destroy(my_split); in test()
277 tbb::flow::make_edge( q3, my_split ); in test_one_serial()
284 CHECK_MESSAGE(my_split.try_put(v), ""); in test_one_serial()
348 test_output_ports_return_ref(*my_split); in test()
350 test_one_serial<SType>(*my_split, g); in test()
352 std::vector<SType>split_vector(ELEMS, *my_split); in test()
[all …]