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

  /external/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);
  /bionic/libc/include/
stdatomic.h 208 #define ATOMIC_INT_LOCK_FREE __GCC_ATOMIC_INT_LOCK_FREE
210 #define ATOMIC_INT_LOCK_FREE 2
  /bionic/tests/
stdatomic_test.cpp 27 ASSERT_TRUE(ATOMIC_INT_LOCK_FREE);
  /development/ndk/platforms/android-L/include/
stdatomic.h 70 #define ATOMIC_INT_LOCK_FREE __GCC_ATOMIC_INT_LOCK_FREE

Completed in 36 milliseconds