Home
last modified time | relevance | path

Searched refs:b5 (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h2255 …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()
2265 …ph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5, __TBB_B6 b6) : in __TBB_requires()
2266 unfolded_type(g, b0, b1, b2, b3, b4, b5, b6) { in __TBB_requires()
2275 …raph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5, __TBB_B6 b6, in __TBB_requires()
2276 __TBB_B7 b7) : unfolded_type(g, b0, b1, b2, b3, b4, b5, b6, b7) { in __TBB_requires()
2285 …raph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5, __TBB_B6 b6, 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 …raph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B4 b4, __TBB_B5 b5, __TBB_B6 b6, in __TBB_requires()
2296 …__TBB_B7 b7, __TBB_B8 b8, __TBB_B9 b9) : unfolded_type(g, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9) { in __TBB_requires()
/oneTBB/test/tbb/
H A Dtest_async_node.cpp251 counting_async_serial_body b5 = tbb::flow::copy_body<counting_async_serial_body>(a); in test_reset() local
253 … CHECK_MESSAGE( ( int(b5.my_async_body_exec_count) == 3*N), "local body execution count not 3N" ); in test_reset()