Searched refs:buf2 (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Flow_Graph_Reservation.rst | 65 buffer_node<int> buf2(g); 76 make_edge(buf2,input_port<1>(jn)); 80 buf2.try_put(4); 81 buf2.try_put(7); 88 if(buf2.try_get(icnt)) printf("buf2 had %d\n", icnt); 89 else printf("buf2 was empty\n"); 96 ``buf2``. 167 buf2.try_put(4); 189 buf2.try_put(7); 216 value 4 from ``buf2``, but it remains in ``buf2``. [all …]
|
| /oneTBB/test/tbb/ |
| H A D | test_indexer_node.cpp | 615 buffer_node<indexer_output_t> buf2(g); in test_precedes() local 618 indexer_node<int, float, double> node(precedes(buf1, buf2, buf3)); in test_precedes() 625 check_edge<indexer_output_t, float>(g, start2, buf2, 2.2f); in test_precedes()
|