Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_lru_cache_common.h142 namespace helpers = concurrent_lru_cache_helpers; variable
192 using cache_miss_tag = helpers::tag<tag_id>;
193 using counter_type = helpers::call_counter<cache_miss_tag, int>;
206 std::size_t, helpers::instance_serial_counter,
207 helpers::cloner<helpers::instance_serial_counter>> {
209 using cloner_type = helpers::cloner<helpers::instance_serial_counter>;
211 helpers::instance_serial_counter source;
225 std::size_t, helpers::instance_serial_counter,
226 helpers::map_searcher<std::size_t, helpers::instance_serial_counter>> {
228 … using map_searcher_type = helpers::map_searcher<std::size_t, helpers::instance_serial_counter>;