Go to the source code of this file.
#define BOOST_ATOMIC_ADDRESS_LOCK_FREE (sizeof(void *) <= 4 ? 2 : 0) |
Definition at line 17 of file interlocked.hpp.
#define BOOST_ATOMIC_BOOL_LOCK_FREE 2 |
Definition at line 18 of file interlocked.hpp.
#define BOOST_ATOMIC_CHAR_LOCK_FREE 2 |
Definition at line 12 of file interlocked.hpp.
#define BOOST_ATOMIC_INT_LOCK_FREE 2 |
Definition at line 14 of file interlocked.hpp.
#define BOOST_ATOMIC_LLONG_LOCK_FREE (sizeof(long long) <= 4 ? 2 : 0) |
Definition at line 16 of file interlocked.hpp.
#define BOOST_ATOMIC_LONG_LOCK_FREE (sizeof(long) <= 4 ? 2 : 0) |
Definition at line 15 of file interlocked.hpp.
#define BOOST_ATOMIC_SHORT_LOCK_FREE 2 |
Definition at line 13 of file interlocked.hpp.
#define BOOST_ATOMIC_THREAD_FENCE 2 |
Definition at line 86 of file interlocked.hpp.