Searched refs:my_split (Results 1 – 1 of 1) sorted by relevance
173 static void remove_sink_nodes(SType& my_split) { in remove_sink_nodes() argument210 static void remove_sink_nodes(SType& my_split) { in remove_sink_nodes() argument236 SType* my_split = makeSplit<N,SType>::create(g); in test() local246 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 …]