Searched refs:bf (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_composite_node.cpp | 104 oneapi::tbb::flow::buffer_node<int> bf(g); 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 | 203 oneapi::tbb::flow::buffer_node<int> bf(g); 218 oneapi::tbb::flow::make_edge(bf, successor); 236 bf.try_put(1);
|
| /oneTBB/src/tbb/ |
| H A D | parallel_pipeline.cpp | 71 friend void set_end_of_input(d1::base_filter& bf); 114 friend void set_end_of_input(d1::base_filter& bf); 458 void __TBB_EXPORTED_FUNC set_end_of_input(d1::base_filter& bf) { in set_end_of_input() argument 459 __TBB_ASSERT(bf.my_input_buffer, nullptr); in set_end_of_input() 460 __TBB_ASSERT(bf.object_may_be_null(), nullptr); in set_end_of_input() 461 if(bf.is_serial() ) { in set_end_of_input() 462 bf.my_pipeline->end_of_input.store(true, std::memory_order_relaxed); in set_end_of_input() 464 __TBB_ASSERT(bf.my_input_buffer->end_of_input_tls_allocated, nullptr); in set_end_of_input() 465 bf.my_input_buffer->set_my_tls_end_of_input(); in set_end_of_input()
|