#include <boost/atomic/detail/cas32strong.hpp>
Go to the source code of this file.
#define BOOST_ATOMIC_ADDRESS_LOCK_FREE (sizeof(void *) <= 4 ? 2 : 0) |
Definition at line 18 of file gcc-cas.hpp.
#define BOOST_ATOMIC_BOOL_LOCK_FREE 2 |
Definition at line 19 of file gcc-cas.hpp.
#define BOOST_ATOMIC_CHAR_LOCK_FREE 2 |
Definition at line 13 of file gcc-cas.hpp.
#define BOOST_ATOMIC_INT_LOCK_FREE 2 |
Definition at line 15 of file gcc-cas.hpp.
#define BOOST_ATOMIC_LLONG_LOCK_FREE (sizeof(long long) <= 4 ? 2 : 0) |
Definition at line 17 of file gcc-cas.hpp.
#define BOOST_ATOMIC_LONG_LOCK_FREE (sizeof(long) <= 4 ? 2 : 0) |
Definition at line 16 of file gcc-cas.hpp.
#define BOOST_ATOMIC_SHORT_LOCK_FREE 2 |
Definition at line 14 of file gcc-cas.hpp.
#define BOOST_ATOMIC_THREAD_FENCE 2 |
Definition at line 23 of file gcc-cas.hpp.