Home
last modified time | relevance | path

Searched refs:link_before (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/intrusive/example/
Ddoc_list_algorithms.cpp45 algo::link_before(&one, &two); in main()
/third_party/boost/boost/intrusive/
Dcircular_list_algorithms.hpp173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) in link_before() function in boost::intrusive::circular_list_algorithms
331 link_before(first, p); in move_backwards()
Dlist.hpp272 node_algorithms::link_before(this->get_root_node(), to_insert); in push_back()
290 node_algorithms::link_before(node_traits::get_next(this->get_root_node()), to_insert); in push_front()
829 node_algorithms::link_before(p.pointed_node(), to_insert); in insert()
Dcircular_slist_algorithms.hpp239 BOOST_INTRUSIVE_FORCEINLINE static void link_before (node_ptr nxt_node, node_ptr this_node) in link_before() function in boost::intrusive::circular_slist_algorithms
/third_party/boost/libs/atomic/src/
Dlock_pool.cpp611 link_before(that->m_next); in link_after()
615 void link_before(semaphore* that) BOOST_NOEXCEPT in link_before() function
675 sem->link_before(m_head); in push_front()
784 m_wait_semaphores.eject()->link_before(sem); in notify_all()