Searched refs:outq1 (Results 1 – 2 of 2) sorted by relevance
262 tbb::flow::queue_node<TType> outq1(g); in test() local265 tbb::flow::make_edge(my_indexer, outq1); in test()275 CHECK_MESSAGE(outq1.try_get(v), ""); in test()288 CHECK_MESSAGE(!outq1.try_get(v), ""); in test()292 tbb::flow::remove_edge(my_indexer, outq1); in test()
1182 tbb::flow::queue_node<TType> outq1(g);1185 tbb::flow::make_edge(*my_join, outq1);1194 CHECK_MESSAGE(outq1.try_get(v), "");1207 CHECK_MESSAGE(!outq1.try_get(v), "");1211 tbb::flow::remove_edge(*my_join, outq1);