Home
last modified time | relevance | path

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

/third_party/boost/boost/lockfree/detail/
Dtagged_ptr_dcas.hpp32 tagged_ptr class
38 tagged_ptr(void) BOOST_NOEXCEPT//: ptr(0), tag(0) in tagged_ptr() function in boost::lockfree::detail::tagged_ptr
42 tagged_ptr(tagged_ptr const & p): in tagged_ptr() function in boost::lockfree::detail::tagged_ptr
49 explicit tagged_ptr(T * p, tag_t t = 0): in tagged_ptr() function in boost::lockfree::detail::tagged_ptr
Dtagged_ptr_ptrcompression.hpp25 class tagged_ptr class
64 tagged_ptr(void) BOOST_NOEXCEPT//: ptr(0), tag(0) in tagged_ptr() function in boost::lockfree::detail::tagged_ptr
69 tagged_ptr(tagged_ptr const & p): in tagged_ptr() function in boost::lockfree::detail::tagged_ptr
76 explicit tagged_ptr(T * p, tag_t t = 0): in tagged_ptr() function in boost::lockfree::detail::tagged_ptr
Dfreelist.hpp110 void destruct (tagged_node_handle const & tagged_ptr) in destruct()