Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp700 void test_chmap_access_mode(bool expect_write) { in test_chmap_access_mode() argument
708 …CHECK_MESSAGE(acc.is_writer() == expect_write, "Incorrect access into the map from homogeneous ins… in test_chmap_access_mode()
713 …CHECK_MESSAGE(acc.is_writer() == expect_write, "Incorrect access into the map from heterogeneous i… in test_chmap_access_mode()
719 …CHECK_MESSAGE(acc.is_writer() == expect_write, "Incorrect access into the map from lvalue insert"); in test_chmap_access_mode()
724 …CHECK_MESSAGE(acc.is_writer() == expect_write, "Incorrect access into the map from rvalue insert"); in test_chmap_access_mode()
729 …CHECK_MESSAGE(acc.is_writer() == expect_write, "Incorrect access into the map from homogeneous fin… in test_chmap_access_mode()
734 …CHECK_MESSAGE(acc.is_writer() == expect_write, "Incorrect access into the map from heterogeneous f… in test_chmap_access_mode()