Home
last modified time | relevance | path

Searched defs:check_value (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_parallel_pipeline.cpp287 auto check_value = ++serial_checker; in __anon5895f2ca0b02() local
301 auto check_value = ++serial_checker2; in __anon5895f2ca0c02() local
/oneTBB/test/tbb/
H A Dtest_indexer_node.cpp185 static void check_value(TT &v) { in check_value() function in input_node_helper
227 static void check_value(TT &v) { in check_value() function in input_node_helper
H A Dtest_concurrent_hash_map.cpp122 class check_value { class
128 check_value( Table &c ) : my_c(c) {} in check_value() function in check_value