Searched refs:serial_queue_helper (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_indexer_node.cpp | 301 class serial_queue_helper { class 307 serial_queue_helper<ELEM-1,IType>::print_remark(); in print_remark() 312 serial_queue_helper<ELEM-1,IType>::fill_one_queue(maxVal,my_indexer); in fill_one_queue() 319 serial_queue_helper<ELEM-1,IType>::put_one_queue_val(myVal, my_indexer); in put_one_queue_val() 330 serial_queue_helper<ELEM-1,IType>::check_queue_value(v); in check_queue_value() 336 class serial_queue_helper<1, IType> { class 373 serial_queue_helper<SIZE,IType>::put_one_queue_val(i,my_indexer); in test_one_serial() 381 serial_queue_helper<SIZE,IType>::check_queue_value(v); in test_one_serial() 388 serial_queue_helper<SIZE, IType>::fill_one_queue(Count,my_indexer); in test_one_serial() 395 serial_queue_helper<SIZE,IType>::check_queue_value(v); in test_one_serial() [all …]
|
| H A D | test_join_node.h | 1220 class serial_queue_helper { 1226 serial_queue_helper<ELEM-1, JType>::print_remark(); 1230 serial_queue_helper<ELEM-1, JType>::add_queue_nodes(g, my_join); 1239 serial_queue_helper<ELEM-1, JType>::fill_one_queue(maxVal); 1247 serial_queue_helper<ELEM-1, JType>::put_one_queue_val(myVal); 1253 serial_queue_helper<ELEM-1, JType>::check_queue_value(i, v); 1260 serial_queue_helper<ELEM-1, JType>::remove_queue_nodes(my_join); 1266 class serial_queue_helper<1, JType> { 1316 serial_queue_helper<TUPLE_SIZE, JType>::add_queue_nodes(g, my_join); 1325 serial_queue_helper<TUPLE_SIZE, JType>::put_one_queue_val(i); [all …]
|