Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_continue_node.cpp276 std::atomic<size_t> count2; in test_lightweight_policy() local
280 node2(g, lightweight_policy_body(count2)); in test_lightweight_policy()
/oneTBB/test/common/
H A Dnode_handling_support.h266 auto count2 = table_for_extract.count(key2); in test_extract() local
271 …REQUIRE_MESSAGE(table_for_extract.count(key2) == count2 -1, "Extract: more than one elements were … in test_extract()