Searched refs:outq2 (Results 1 – 2 of 2) sorted by relevance
263 tbb::flow::queue_node<TType> outq2(g); in test() local266 tbb::flow::make_edge(my_indexer, outq2); in test()283 CHECK_MESSAGE(outq2.try_get(v), ""); in test()289 CHECK_MESSAGE(!outq2.try_get(v), ""); in test()293 tbb::flow::remove_edge(my_indexer, outq2); in test()
1183 tbb::flow::queue_node<TType> outq2(g);1186 tbb::flow::make_edge(*my_join, outq2);1202 CHECK_MESSAGE(outq2.try_get(v), "");1208 CHECK_MESSAGE(!outq2.try_get(v), "");1212 tbb::flow::remove_edge(*my_join, outq2);