Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp797 std::atomic<YourTable::size_type> InsertEraseCount[IE_SIZE]; variable
804 ++InsertEraseCount[key]; in apply()
810 --InsertEraseCount[key]; in apply()
814 --InsertEraseCount[key]; in apply()
947 InsertEraseCount[i] = 0; in TestInsertFindErase()
950 CHECK(InsertEraseCount[i]==ie_table.count(MyKey::make(i))); in TestInsertFindErase()