Home
last modified time | relevance | path

Searched defs:self_type (Results 1 – 4 of 4) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_queue_base.h61 using self_type = micro_queue<T, Allocator>; variable
409 using self_type = concurrent_queue_rep<T, Allocator>; member
H A D_concurrent_unordered_base.h188 using self_type = concurrent_unordered_base<Traits>; variable
792 using self_type = unordered_segment_table; variable
H A D_concurrent_skip_list.h248 using self_type = concurrent_skip_list<container_traits>; variable
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h230 using self_type = concurrent_vector<T, Allocator>; variable