Searched refs:ExpectLockFree (Results 1 – 1 of 1) sorted by relevance
56 constexpr bool ExpectLockFree = __atomic_always_lock_free(getSizeOf<LLong>(), 0); in checkLongLongTypes() local57 static_assert(std::atomic<LLong>::is_always_lock_free == ExpectLockFree, ""); in checkLongLongTypes()58 static_assert(std::atomic<ULLong>::is_always_lock_free == ExpectLockFree, ""); in checkLongLongTypes()59 static_assert((0 != ATOMIC_LLONG_LOCK_FREE) == ExpectLockFree, ""); in checkLongLongTypes()