Searched defs:new_tos (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/lockfree/ |
D | stack.hpp | 256 tagged_node_handle new_tos (pool.get_handle(new_top_node), old_tos.get_tag()); in link_nodes_atomic() local 268 tagged_node_handle new_tos (pool.get_handle(new_top_node), old_tos.get_tag()); in link_nodes_unsafe() local 505 tagged_node_handle new_tos(pool.get_handle(new_tos_ptr), old_tos.get_next_tag()); in unsynchronized_pop() local 531 tagged_node_handle new_tos(old_tos_pointer->next, old_tos.get_next_tag()); in consume_one() local 552 tagged_node_handle new_tos(old_tos_pointer->next, old_tos.get_next_tag()); in consume_one() local 610 tagged_node_handle new_tos(pool.null_handle(), old_tos.get_next_tag()); in consume_all_atomic() local 650 tagged_node_handle new_tos(pool.null_handle(), old_tos.get_next_tag()); in consume_all_atomic() local 697 tagged_node_handle new_tos(pool.null_handle(), old_tos.get_next_tag()); in consume_all_atomic_reversed() local 755 tagged_node_handle new_tos(pool.null_handle(), old_tos.get_next_tag()); in consume_all_atomic_reversed() local
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_net.c | 791 u8 *new_ttl, u8 *new_tos, in efi_pxe_base_code_set_parameters()
|