#include <boost/detail/sp_typeinfo.hpp>
Go to the source code of this file.
Classes | |
class | boost::detail::sp_counted_base |
Namespaces | |
boost | |
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE. | |
boost::detail | |
Functions | |
builtin int | __compare_and_swap (volatile int *, int *, int) |
builtin int | __fetch_and_add (volatile int *addr, int val) |
builtin void | __isync (void) |
builtin void | __lwsync (void) |
int | boost::detail::atomic_conditional_increment (int *pw) |
int | boost::detail::atomic_decrement (int *pw) |
void | boost::detail::atomic_increment (int *pw) |
builtin int __compare_and_swap | ( | volatile int * | , |
int * | , | ||
int | |||
) |
builtin int __fetch_and_add | ( | volatile int * | addr, |
int | val | ||
) |
builtin void __isync | ( | void | ) |
builtin void __lwsync | ( | void | ) |