Home
last modified time | relevance | path

Searched refs:ExpectLockFree (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/atomics/atomics.lockfree/
Disalwayslockfree.pass.cpp56 constexpr bool ExpectLockFree = __atomic_always_lock_free(getSizeOf<LLong>(), 0); in checkLongLongTypes() local
57 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()