Searched refs:check_value (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_pipeline.cpp | 287 auto check_value = ++serial_checker; in __anon5895f2ca0b02() local 289 … CHECK_MESSAGE(check_value == serial_checker, "a serial filter was executed concurrently"); in __anon5895f2ca0b02() 294 return check_value; in __anon5895f2ca0b02() 301 auto check_value = ++serial_checker2; in __anon5895f2ca0c02() local 303 … CHECK_MESSAGE(check_value == serial_checker2, "a serial filter was executed concurrently"); in __anon5895f2ca0c02() 304 return check_value; in __anon5895f2ca0c02()
|
| /oneTBB/test/tbb/ |
| H A D | test_indexer_node.cpp | 185 static void check_value(TT &v) { in check_value() function in input_node_helper 194 input_node_helper<ELEM-1,INT>::check_value(v); in check_value() 227 static void check_value(TT &v) { in check_value() function in input_node_helper 276 input_node_helper<SIZE, IType>::check_value(v); in test() 284 input_node_helper<SIZE, IType>::check_value(v); in test()
|
| H A D | test_concurrent_hash_map.cpp | 122 class check_value { class 128 check_value( Table &c ) : my_c(c) {} in check_value() function in check_value 206 const check_value<default_construction_present, Table> cv(c); in Examine() 232 std::for_each( lst.begin(), begin5, check_value<default_construction_present, Table>( c2 ) ); in Examine() 237 std::for_each( lst.begin(), lst.end(), check_value<default_construction_present,Table>(c2) ); in Examine()
|
| H A D | test_join_node.h | 1060 static void check_value(int i, TT &v, bool is_serial) { 1070 input_node_helper<ELEM-1, JNT>::check_value(i, v, is_serial); 1123 static void check_value(int i, TT &v, bool is_serial) { 1195 input_node_helper<TUPLE_SIZE, JType>::check_value(i, v, not_out_of_order); 1203 input_node_helper<TUPLE_SIZE, JType>::check_value(i, v, not_out_of_order);
|