Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_lru_cache.h68 using storage_map_iterator_type = typename storage_map_type::iterator; variable
72 using history_list_type = std::list<storage_map_iterator_type>;
130 storage_map_iterator_type map_it = my_storage_map.find(map_record_ref.first); in signal_end_of_usage_serial()
151 storage_map_iterator_type map_it_to_evict = my_history_list.back(); in signal_end_of_usage_serial()
169 storage_map_iterator_type map_it = my_storage_map.find(key); in retrieve_serial()