Home
last modified time | relevance | path

Searched refs:expected_value (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_mutex.h71 bool value_is( long expected_value ) const { in value_is()
75 if ((tmp = value[k]) != expected_value) { in value_is()
187 long expected_value = TEST_SIZE / 4; in test_rw_basic() local
188 REQUIRE(invariant.value_is(expected_value)); in test_rw_basic()
/oneTBB/test/common/
H A Dnode_handling_support.h82 auto expected_value = *test_table.begin(); in test_node_handle() local
87 REQUIRE_MESSAGE(compare_handle_getters(nh, expected_value), in test_node_handle()
94 REQUIRE_MESSAGE(compare_handle_getters(nh2, expected_value), in test_node_handle()
254 auto expected_value = *table_for_extract.begin(); in test_extract() local
255 auto key = Value<Container>::key(expected_value); in test_extract()
260 …REQUIRE_MESSAGE(compare_handle_getters(nh, expected_value), "Extract: node handle contains wrong n… in test_extract()
H A Dparallel_for_each_common.h306 void validation(std::size_t expected_value) { in validation()
308 REQUIRE_MESSAGE(my_vec[i] == expected_value, "Some element was not produced"); in validation()
324 void container_based_overload_test_case(std::size_t expected_value) { in container_based_overload_test_case() argument
327 container.validation(expected_value); in container_based_overload_test_case()
/oneTBB/test/conformance/
H A Dconformance_mutex.h135 bool value_is(long expected_value) const { in value_is()
137 if (value[k] != expected_value) { in value_is()