Searched refs:b4 (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_join_node_key_matching.cpp | 41 broadcast_node<tuple_type> b4(g); in test_deduction_guides() local 46 join_node j3(precedes(b4), body_int, body_int, body_double); in test_deduction_guides()
|
| H A D | test_split_node.cpp | 388 broadcast_node<int> b3(g), b4(g); in test_deduction_guides() local 393 split_node s3(precedes(b3, b4)); in test_deduction_guides()
|
| H A D | test_async_node.cpp | 232 counting_async_serial_body b4 = tbb::flow::copy_body<counting_async_serial_body>(a); in test_reset() local 234 … CHECK_MESSAGE( ( int(b4.my_async_body_exec_count) == 2*N), "local body execution count not 2N" ); in test_reset()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_join_node.cpp | 46 broadcast_node<tuple_type> b4(g); in test_deduction_guides() local 56 join_node j3(precedes(b4)); in test_deduction_guides() 59 join_node j4(precedes(b4), reserving()); in test_deduction_guides()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | flow_graph.h | 2246 …NOINLINE_SYM join_node(graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4) : in __TBB_requires() 2247 unfolded_type(g, b0, b1, b2, b3, b4) { in __TBB_requires() 2255 …join_node(graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5) : 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() 2275 …ode(graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5, __TBB_… in __TBB_requires() 2276 __TBB_B7 b7) : unfolded_type(g, b0, b1, b2, b3, b4, b5, b6, b7) { in __TBB_requires() 2285 …ode(graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5, __TBB_… 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() 2295 …ode(graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5, __TBB_… in __TBB_requires() [all …]
|