Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dbrc.c43 brc.bucket_node); in find_thread_state()
153 llist_insert_tail(&bucket->root, &brc->bucket_node); in _Py_brc_init_thread()
182 llist_remove(&brc->bucket_node); in _Py_brc_remove_thread()
/external/python/cpython3/Include/internal/
Dpycore_brc.h41 struct llist_node bucket_node; member
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dhashtable.hpp409 static node_ptr get_prev_to_first_in_group(slist_node_ptr bucket_node, node_ptr first_in_group) in get_prev_to_first_in_group()
411 node_ptr nb = detail::dcast_bucket_ptr<node>(bucket_node); in get_prev_to_first_in_group()