Searched refs:ATOMIC_SHORT_LOCK_FREE (Results 1 – 10 of 10) sorted by relevance
45 assert(ATOMIC_SHORT_LOCK_FREE == 0 || in main()46 ATOMIC_SHORT_LOCK_FREE == 1 || in main()47 ATOMIC_SHORT_LOCK_FREE == 2); in main()
127 static_assert(std::atomic<short>::is_always_lock_free == (2 == ATOMIC_SHORT_LOCK_FREE)); in run()128 … static_assert(std::atomic<unsigned short>::is_always_lock_free == (2 == ATOMIC_SHORT_LOCK_FREE)); in run()
52 assert(ATOMIC_SHORT_LOCK_FREE == 0 || in main()53 ATOMIC_SHORT_LOCK_FREE == 1 || in main()54 ATOMIC_SHORT_LOCK_FREE == 2); in main()
134 static_assert(std::atomic<short>::is_always_lock_free == (2 == ATOMIC_SHORT_LOCK_FREE), ""); in run()135 …static_assert(std::atomic<unsigned short>::is_always_lock_free == (2 == ATOMIC_SHORT_LOCK_FREE), "… in run()
20 int short_lock_free = ATOMIC_SHORT_LOCK_FREE;
34 #define ATOMIC_SHORT_LOCK_FREE __CLANG_ATOMIC_SHORT_LOCK_FREE macro
87 #define ATOMIC_SHORT_LOCK_FREE __GCC_ATOMIC_SHORT_LOCK_FREE macro
55 #define ATOMIC_SHORT_LOCK_FREE unspecified1136 # define ATOMIC_SHORT_LOCK_FREE __CLANG_ATOMIC_SHORT_LOCK_FREE1150 # define ATOMIC_SHORT_LOCK_FREE __GCC_ATOMIC_SHORT_LOCK_FREE1467 template<> struct __cxx_is_always_lock_free<short> { enum { __value = 2 == ATOMIC_SHORT_LOCK_FREE }…1468 …ruct __cxx_is_always_lock_free<unsigned short> { enum { __value = 2 == ATOMIC_SHORT_LOCK_FREE }; };2790 #elif ATOMIC_SHORT_LOCK_FREE == 2
45 #define ATOMIC_SHORT_LOCK_FREE unspecified870 # define ATOMIC_SHORT_LOCK_FREE __CLANG_ATOMIC_SHORT_LOCK_FREE881 # define ATOMIC_SHORT_LOCK_FREE __GCC_ATOMIC_SHORT_LOCK_FREE
20 SYMBOL(ATOMIC_SHORT_LOCK_FREE, None, <stdatomic.h>)