Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_lru_cache.cpp94 bool is_correct = preset_object.is_evicted(1) && !preset_object.is_evicted(0);
108 bool is_correct = preset_object.is_evicted(1) && !preset_object.is_evicted(0);
125 bool is_correct = preset_object.is_evicted(1) && !preset_object.is_evicted(0);
/oneTBB/test/common/
H A Dconcurrent_lru_cache_common.h238 bool is_evicted(std::size_t key) { in is_evicted() function