Searched refs:myVal (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_indexer_node.cpp | 317 static void put_one_queue_val(int myVal, IType &my_indexer) { in put_one_queue_val() argument 319 serial_queue_helper<ELEM-1,IType>::put_one_queue_val(myVal, my_indexer); in put_one_queue_val() 320 CHECK_MESSAGE(tbb::flow::input_port<ELEM-1>(my_indexer).try_put((IT)(myVal*(ELEM+1))), ""); in put_one_queue_val() 349 static void put_one_queue_val(int myVal, IType &my_indexer) { in put_one_queue_val() argument 350 CHECK_MESSAGE(tbb::flow::input_port<0>(my_indexer).try_put((IT)(myVal*2)), ""); in put_one_queue_val()
|
| H A D | test_join_node.h | 1245 static void put_one_queue_val(int myVal) { 1247 serial_queue_helper<ELEM-1, JType>::put_one_queue_val(myVal); 1249 CHECK_MESSAGE(qptr->try_put(make_thingie<IT, ELEM>()(myVal)), ""); 1288 static void put_one_queue_val(int myVal) { 1290 IT my_val = make_thingie<IT, 1>()(myVal);
|