Home
last modified time | relevance | path

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

/external/libcxx/test/std/atomics/atomics.lockfree/
Dlockfree.pass.cpp45 assert(ATOMIC_SHORT_LOCK_FREE == 0 || in main()
46 ATOMIC_SHORT_LOCK_FREE == 1 || in main()
47 ATOMIC_SHORT_LOCK_FREE == 2); in main()
Disalwayslockfree.pass.cpp127 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()
/external/llvm-project/libcxx/test/std/atomics/atomics.lockfree/
Dlockfree.pass.cpp52 assert(ATOMIC_SHORT_LOCK_FREE == 0 || in main()
53 ATOMIC_SHORT_LOCK_FREE == 1 || in main()
54 ATOMIC_SHORT_LOCK_FREE == 2); in main()
Disalwayslockfree.pass.cpp134 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()
/external/llvm-project/clang/test/Headers/
Dstdatomic.c20 int short_lock_free = ATOMIC_SHORT_LOCK_FREE;
/external/llvm-project/clang/lib/Headers/
Dstdatomic.h34 #define ATOMIC_SHORT_LOCK_FREE __CLANG_ATOMIC_SHORT_LOCK_FREE macro
/external/elfutils/lib/
Dstdatomic-fbsd.h87 #define ATOMIC_SHORT_LOCK_FREE __GCC_ATOMIC_SHORT_LOCK_FREE macro
/external/llvm-project/libcxx/include/
Datomic55 #define ATOMIC_SHORT_LOCK_FREE unspecified
1136 # define ATOMIC_SHORT_LOCK_FREE __CLANG_ATOMIC_SHORT_LOCK_FREE
1150 # define ATOMIC_SHORT_LOCK_FREE __GCC_ATOMIC_SHORT_LOCK_FREE
1467 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
/external/libcxx/include/
Datomic45 #define ATOMIC_SHORT_LOCK_FREE unspecified
870 # define ATOMIC_SHORT_LOCK_FREE __CLANG_ATOMIC_SHORT_LOCK_FREE
881 # define ATOMIC_SHORT_LOCK_FREE __GCC_ATOMIC_SHORT_LOCK_FREE
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc20 SYMBOL(ATOMIC_SHORT_LOCK_FREE, None, <stdatomic.h>)