Searched defs:link_before (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/intrusive/ | ||
D | circular_slist_algorithms.hpp | 239 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 |
D | circular_list_algorithms.hpp | 173 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 |
/third_party/boost/libs/atomic/src/ | ||
D | lock_pool.cpp | 615 void link_before(semaphore* that) BOOST_NOEXCEPT in link_before() function |