Home
last modified time | relevance | path

Searched defs:round_robin_cache (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h143 template<typename T, typename M> class round_robin_cache; variable
263 template< typename X, typename Y > friend class round_robin_cache; variable
339 template<typename X, typename Y> friend class round_robin_cache; variable
824 template<typename X, typename Y> friend class round_robin_cache; in __TBB_requires() local
1072 template<typename X, typename Y> friend class round_robin_cache; in __TBB_requires() local
1125 template<typename X, typename Y> friend class round_robin_cache; variable
1461 template<typename X, typename Y> friend class round_robin_cache; variable
2081 template<typename X, typename Y> friend class round_robin_cache; variable
3110 template<typename X, typename Y> friend class round_robin_cache; variable
3200 template<typename X, typename Y> friend class round_robin_cache; variable
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_cache_impl.h405 round_robin_cache( typename base_type::owner_type* owner ): base_type(owner) { in round_robin_cache() function