Home
last modified time | relevance | path

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

/third_party/boost/boost/lockfree/
Dqueue.hpp343 tagged_node_handle new_tail(node_handle, tail.get_next_tag()); in do_push() local
349 tagged_node_handle new_tail(pool.get_handle(next_ptr), tail.get_next_tag()); in do_push() local
427 tagged_node_handle new_tail(pool.get_handle(next), tail.get_next_tag()); in pop() local
486 tagged_node_handle new_tail(pool.get_handle(next), tail.get_next_tag()); in unsynchronized_pop() local
/third_party/grpc/test/core/util/
Dreconnect_server.cc66 timestamp_list* new_tail; in on_connect() local
/third_party/uboot/u-boot-2020.01/drivers/net/
Dmacb.c363 unsigned int new_tail) in reclaim_rx_buffers()