Home
last modified time | relevance | path

Searched defs:node_ptr (Results 1 – 3 of 3) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h66 bool rehash_required( hash_map_node_base<MutexType>* node_ptr ) { in rehash_required() argument
72 bool empty_rehashed( hash_map_node_base<MutexType>* node_ptr ) { in empty_rehashed()
664 node* node_ptr = node_allocator_traits::allocate(node_allocator, 1); in __TBB_requires() local
1376 node * node_ptr = create_node(base_type::get_allocator(), std::forward<Args>(args)...); in __TBB_requires() local
1501 … node* node_ptr = create_node(base_type::get_allocator(), n->value().first, n->value().second); in __TBB_requires() local
1518 … node* node_ptr = create_node(base_type::get_allocator(), (*first).first, (*first).second); in __TBB_requires() local
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h56 using node_ptr = skip_list_node*; variable
187 using node_ptr = node_type*; variable
279 using node_ptr = list_node_type*; variable
H A D_concurrent_unordered_base.h224 using node_ptr = list_node_type*; variable