Searched refs:b0 (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_broadcast_node.cpp | 172 tbb::flow::broadcast_node<T> b0(g); in test_resets() local 175 tbb::flow::make_edge(b0,b1); in test_resets() 182 b0.try_put(i); in test_resets() 196 b0.try_put(i); in test_resets() 227 broadcast_node<int> b0(g); in test_deduction_guides() local 238 broadcast_node b3(b0); in test_deduction_guides()
|
| H A D | test_buffer_node.cpp | 442 buffer_node<int> b0(g); in test_deduction_guides() local 452 buffer_node b3(b0); in test_deduction_guides()
|
| /oneTBB/test/common/ |
| H A D | graph_utils.h | 495 BufferType b0(g); 501 b0.try_put(i); 510 tbb::flow::make_edge(b0,q0); 514 b0.try_put(i); 533 tbb::flow::remove_edge(b0,q0); 534 tbb::flow::make_edge(b0, sfn); 544 b0.try_put((T)0); // will start sfn 572 got_item1 = b0.try_get(outt); 584 tbb::flow::make_edge(b0, sfn); 589 b0.try_put((T)1); // should reverse the edge [all …]
|
| /oneTBB/src/tbb/ |
| H A D | tbb.rc | 52 BLOCK "000004b0"
|
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | tbbmalloc_proxy.rc | 52 BLOCK "000004b0"
|
| /oneTBB/src/tbbmalloc/ |
| H A D | tbbmalloc.rc | 52 BLOCK "000004b0"
|
| /oneTBB/src/tbbbind/ |
| H A D | tbb_bind.rc | 52 BLOCK "000004b0"
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | flow_graph.h | 2228 __TBB_NOINLINE_SYM join_node(graph &g, __TBB_B0 b0, __TBB_B1 b1) : unfolded_type(g, b0, b1) { in __TBB_requires() 2234 …__TBB_NOINLINE_SYM join_node(graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2) : unfolded_type(g, b… in __TBB_requires() 2240 …B_NOINLINE_SYM join_node(graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3) : unfolded_… in __TBB_requires() 2246 …__TBB_NOINLINE_SYM join_node(graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B… in __TBB_requires() 2247 unfolded_type(g, b0, b1, b2, b3, b4) { in __TBB_requires() 2255 …__TBB_NOINLINE_SYM join_node(graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B… in __TBB_requires() 2256 unfolded_type(g, b0, b1, b2, b3, b4, b5) { in __TBB_requires() 2266 unfolded_type(g, b0, b1, b2, b3, b4, b5, b6) { in __TBB_requires() 2276 __TBB_B7 b7) : unfolded_type(g, b0, b1, b2, b3, b4, b5, b6, b7) { in __TBB_requires() 2286 __TBB_B7 b7, __TBB_B8 b8) : unfolded_type(g, b0, b1, b2, b3, b4, b5, b6, b7, b8) { in __TBB_requires() [all …]
|