2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-02-19 01:12:07 +00:00

atomic: merge fixes from trunk

[SVN r84400]
This commit is contained in:
Tim Blechmann
2013-05-21 09:54:09 +00:00
parent db2b88bf30
commit 17d4cb5479
11 changed files with 352 additions and 44 deletions

View File

@@ -43,7 +43,11 @@ verify_lock_free(const char * type_name, int lock_free_macro_val, int lock_free_
#define EXPECT_SHORT_LOCK_FREE 2
#define EXPECT_INT_LOCK_FREE 2
#define EXPECT_LONG_LOCK_FREE 2
#define EXPECT_LLONG_LOCK_FREE 1
#if defined(BOOST_ATOMIC_X86_HAS_CMPXCHG8B)
#define EXPECT_LLONG_LOCK_FREE 2
#else
#define EXPECT_LLONG_LOCK_FREE 0
#endif
#define EXPECT_POINTER_LOCK_FREE 2
#define EXPECT_BOOL_LOCK_FREE 2