| /oneTBB/test/conformance/ |
| H A D | conformance_composite_node.cpp | 108 oneapi::tbb::flow::sequencer_node<int> seq(g, conformance::sequencer_functor<int>()); 111 pq, ovw, wo, bf, seq); 113 q, pq, ovw, wo, bf, seq); 119 a_node.add_visible_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq); 120 a_node.add_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq); 134 b_node.add_visible_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq); 135 b_node.add_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq); 148 c_node.add_visible_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq); 150 c_node.add_nodes(src, fxn, m_fxn, bc, lim, ind, s, ct, j, q, bf, pq, wo, ovw, seq);
|
| H A D | conformance_graph.cpp | 207 oneapi::tbb::flow::sequencer_node<int> seq(g, conformance::sequencer_functor<int>()); 222 oneapi::tbb::flow::make_edge(seq, successor); 240 seq.try_put(0);
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _range_common.h | 121 concept container_based_sequence = requires( Sequence& seq ) { 122 { std::begin(seq) } -> iterator_satisfies<IteratorTag>; 123 { std::end(seq) } -> iterator_satisfies<IteratorTag>;
|
| /oneTBB/python/tbb/ |
| H A D | pool.py | 249 seq = [] 258 seq.append(job) 259 if seq: 260 sequences.append(JobSequence(seq))
|
| /oneTBB/test/tbb/ |
| H A D | test_composite_node.cpp | 458 sequencer_type seq(g, input_only_output_only_seq()); in input_only_output_only_composite() local 469 a_in.add_nodes(f, seq, que); in input_only_output_only_composite() 472 a_in.add_visible_nodes(f, seq, que); in input_only_output_only_composite() 477 tbb::flow::make_edge(f, seq); in input_only_output_only_composite() 478 tbb::flow::make_edge(seq, que); in input_only_output_only_composite()
|
| H A D | test_sequencer_node.cpp | 483 concept can_call_sequencer_node_ctor = requires( tbb::flow::graph& graph, Sequencer seq, 485 tbb::flow::sequencer_node<T>(graph, seq); 487 tbb::flow::sequencer_node<T>(tbb::flow::follows(f), seq);
|
| H A D | test_indexer_node.cpp | 583 void test_follows_impl(std::tuple<Args...> t, tbb::detail::index_sequence<Seq...> seq) { in test_follows_impl() argument 595 check_edge<indexer_output_t>(g, bn, buf, t, seq); in test_follows_impl()
|