Home
last modified time | relevance | path

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

/oneTBB/doc/main/reference/
H A Dconcurrent_lru_cache_cls.rst33 ``value_function_type`` object to construct a value for the key, and stores that value.
34 The ``value_function_type`` object must be thread-safe.
63 using value_function_type = ValueFunctionType;
78 … concurrent_lru_cache( value_function_type f, std::size_t number_of_lru_history_items );
89 .. cpp:function:: concurrent_lru_cache( value_function_type f, std::size_t number_of_lru_history_it…
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_lru_cache.h62 using value_function_type = KeyToValFunctorT; variable
83 value_function_type my_value_function;
93 concurrent_lru_cache(value_function_type value_function, std::size_t cache_capacity) in concurrent_lru_cache()
/oneTBB/test/common/
H A Dconcurrent_lru_cache_common.h164 using callback_type = typename cache_type::value_function_type;