HomeSort by relevance Sort by last modified time
    Searched refs:ATOMIC_INT_LOCK_FREE (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.lockfree/
lockfree.pass.cpp 17 // #define ATOMIC_INT_LOCK_FREE unspecified
41 assert(ATOMIC_INT_LOCK_FREE == 0 ||
42 ATOMIC_INT_LOCK_FREE == 1 ||
43 ATOMIC_INT_LOCK_FREE == 2);
  /external/libcxx/test/std/atomics/atomics.lockfree/
lockfree.pass.cpp 20 // #define ATOMIC_INT_LOCK_FREE unspecified
48 assert(ATOMIC_INT_LOCK_FREE == 0 ||
49 ATOMIC_INT_LOCK_FREE == 1 ||
50 ATOMIC_INT_LOCK_FREE == 2);
isalwayslockfree.pass.cpp 93 static_assert(std::atomic<int>::is_always_lock_free == (2 == ATOMIC_INT_LOCK_FREE));
94 static_assert(std::atomic<unsigned int>::is_always_lock_free == (2 == ATOMIC_INT_LOCK_FREE));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.lockfree/
lockfree.pass.cpp 20 // #define ATOMIC_INT_LOCK_FREE unspecified
48 assert(ATOMIC_INT_LOCK_FREE == 0 ||
49 ATOMIC_INT_LOCK_FREE == 1 ||
50 ATOMIC_INT_LOCK_FREE == 2);
isalwayslockfree.pass.cpp 93 static_assert(std::atomic<int>::is_always_lock_free == (2 == ATOMIC_INT_LOCK_FREE));
94 static_assert(std::atomic<unsigned int>::is_always_lock_free == (2 == ATOMIC_INT_LOCK_FREE));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
atomic_lockfree_defines.h 55 #define ATOMIC_INT_LOCK_FREE __GCC_ATOMIC_INT_LOCK_FREE
nested_exception.h 41 #if ATOMIC_INT_LOCK_FREE < 2
exception_ptr.h 39 #if ATOMIC_INT_LOCK_FREE < 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
atomic_lockfree_defines.h 55 #define ATOMIC_INT_LOCK_FREE __GCC_ATOMIC_INT_LOCK_FREE
nested_exception.h 41 #if ATOMIC_INT_LOCK_FREE < 2
exception_ptr.h 39 #if ATOMIC_INT_LOCK_FREE < 2
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
atomic_lockfree_defines.h 55 #define ATOMIC_INT_LOCK_FREE __GCC_ATOMIC_INT_LOCK_FREE
nested_exception.h 41 #if ATOMIC_INT_LOCK_FREE < 2
exception_ptr.h 39 #if ATOMIC_INT_LOCK_FREE < 2
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
atomic_lockfree_defines.h 55 #define ATOMIC_INT_LOCK_FREE __GCC_ATOMIC_INT_LOCK_FREE
nested_exception.h 41 #if ATOMIC_INT_LOCK_FREE < 2
exception_ptr.h 39 #if ATOMIC_INT_LOCK_FREE < 2
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
atomic_lockfree_defines.h 55 #define ATOMIC_INT_LOCK_FREE __GCC_ATOMIC_INT_LOCK_FREE
nested_exception.h 41 #if ATOMIC_INT_LOCK_FREE < 2
exception_ptr.h 39 #if ATOMIC_INT_LOCK_FREE < 2
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
atomic_lockfree_defines.h 55 #define ATOMIC_INT_LOCK_FREE __GCC_ATOMIC_INT_LOCK_FREE
nested_exception.h 41 #if ATOMIC_INT_LOCK_FREE < 2
exception_ptr.h 39 #if ATOMIC_INT_LOCK_FREE < 2
  /development/ndk/platforms/android-21/include/
stdatomic.h 208 #define ATOMIC_INT_LOCK_FREE __GCC_ATOMIC_INT_LOCK_FREE
210 #define ATOMIC_INT_LOCK_FREE 2
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
stdatomic.h 214 #define ATOMIC_INT_LOCK_FREE __GCC_ATOMIC_INT_LOCK_FREE
216 #define ATOMIC_INT_LOCK_FREE 2

Completed in 787 milliseconds

1 2 3 4