Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 11 of 11) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DFlow_Graph_Single_Vs_Broadcast.rst47 std::atomic<size_t> b3; //
50 function_node<continue_msg> f3(g,serial,fn_body1(b3));
55 g_cnt = b1 = b2 = b3 = 0;
63 …fter single-push test, g_cnt == %d, b1==%d, b2==%d, b3==%d\n", (int)g_cnt, (int)b1, (int)b2, (int)
71 g_cnt = b1 = b2 = b3 = 0;
79 …r broadcast-push test, g_cnt == %d, b1==%d, b2==%d, b3==%d\n", (int)g_cnt, (int)b1, (int)b2, (int)
89 after single-push test, g_cnt == 3, b1==3, b2==0, b3==0
90 after broadcast-push test, g_cnt == 9, b1==3, b2==3, b3==3
/oneTBB/test/tbb/
H A Dtest_buffer_node.cpp203 tbb::flow::buffer_node<T> b3(g); in test_parallel() local
250 tbb::flow::make_edge( b2, b3 ); in test_parallel()
255 NativeParallelFor( num_threads, parallel_gets<T>(b3, t) ); in test_parallel()
265 CHECK_MESSAGE( b3.try_get( j ) == false, "" ); in test_parallel()
383 tbb::flow::buffer_node<T> b3(g); in test_serial() local
385 tbb::flow::make_edge( b2, b3 ); in test_serial()
395 spin_try_get( b3, j ); in test_serial()
405 CHECK_MESSAGE( b3.try_get( j ) == false, "" ); in test_serial()
414 CHECK_MESSAGE( b3.try_get( j ) == false, "" ); in test_serial()
452 buffer_node b3(b0); in test_deduction_guides() local
[all …]
H A Dtest_input_node.cpp130 function_body<T> b3( counters3 ); in test_single_dest() local
131 tbb::flow::function_node<T,bool> dest3(g, tbb::flow::unlimited, b3 ); in test_single_dest()
171 function_body<int> b3( counters3 ); in test_reset() local
172 tbb::flow::function_node<int,bool> dest3(g, tbb::flow::unlimited, b3); in test_reset()
H A Dtest_join_node_key_matching.cpp40 broadcast_node<double> b3(g); in test_deduction_guides() local
43 join_node j2(follows(b1, b2, b3), body_int, body_int, body_double); in test_deduction_guides()
H A Dtest_broadcast_node.cpp238 broadcast_node b3(b0); in test_deduction_guides() local
239 static_assert(std::is_same_v<decltype(b3), broadcast_node<int>>); in test_deduction_guides()
H A Dtest_split_node.cpp388 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 Dtest_async_node.cpp213 counting_async_serial_body b3 = tbb::flow::copy_body<counting_async_serial_body>(a); in test_reset() local
215 CHECK_MESSAGE( ( int(b3.my_async_body_exec_count) == N), "local body execution count not N" ); in test_reset()
H A Dtest_eh_flow_graph.cpp809 tbb::flow::broadcast_node<tbb::flow::continue_msg> b1(g), b2(g), b3(g); in run_one_continue_node_test() local
812 make_edge(b1,b3); in run_one_continue_node_test()
814 make_edge(b3,node_to_test); in run_one_continue_node_test()
H A Dtest_join_node.h356 unsigned char b3;
360 b3 = (unsigned char)((i>>16)&0xFF);
362 operator int() const { return (int)(b1+(b2<<8)+(b3<<16)); }
/oneTBB/test/conformance/
H A Dconformance_join_node.cpp45 broadcast_node<int> b1(g), b2(g), b3(g); in test_deduction_guides() local
50 join_node j1(follows(b1, b2, b3)); in test_deduction_guides()
53 join_node j2(follows(b1, b2, b3), reserving()); in test_deduction_guides()
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h2240 …(graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3) : unfolded_type(g, b0, b1, b2, b3) { 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()
2275 …__TBB_NOINLINE_SYM join_node(graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B… in __TBB_requires()
2276 __TBB_B7 b7) : unfolded_type(g, b0, b1, b2, b3, b4, b5, b6, b7) { in __TBB_requires()
2285 …__TBB_NOINLINE_SYM join_node(graph &g, __TBB_B0 b0, __TBB_B1 b1, __TBB_B2 b2, __TBB_B3 b3, __TBB_B… 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 …]