Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_limiter_node.cpp135 tbb::flow::make_edge( lim, r ); in test_puts_with_decrements()
158 tbb::flow::limiter_node< T > lim(g, i); in test_parallel() local
162 tbb::flow::make_edge( lim, r ); in test_parallel()
173 tbb::flow::limiter_node< T > lim(g, i); in test_parallel() local
194 tbb::flow::limiter_node< T > lim(g, i); in test_serial() local
196 tbb::flow::make_edge( lim, r ); in test_serial()
198 bool msg = lim.try_put( T(j) ); in test_serial()
207 tbb::flow::limiter_node< T > lim(g, i); in test_serial() local
210 tbb::flow::make_edge( lim, r ); in test_serial()
213 bool msg = lim.try_put( T(j) ); in test_serial()
[all …]
/oneTBB/test/conformance/
H A Dconformance_composite_node.cpp100 oneapi::tbb::flow::limiter_node<int> lim(g, 2); variable
110 …auto input_tuple = std::tie(ct, s, m_fxn, fxn, bc, oneapi::tbb::flow::input_port<0>(j), lim, q, on…
112 …auto output_tuple = std::tie(ct,j, ind, fxn, src, bc, oneapi::tbb::flow::output_port<0>(s), lim, o…
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 Dconformance_graph.cpp200 oneapi::tbb::flow::limiter_node<int> lim(g, 2); variable
215 oneapi::tbb::flow::make_edge(lim, successor);
233 lim.try_put(1);