HomeSort by relevance Sort by last modified time
    Searched defs:_Atomic (Results 1 - 25 of 36) sorted by null

1 2

  /bionic/libc/include/
stdatomic.h 60 #undef _Atomic
68 #define _Atomic(t) std::atomic<t>
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(short) atomic_short
    [all...]
  /development/ndk/platforms/android-21/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
stdatomic.h 60 #undef _Atomic
68 #define _Atomic(t) std::atomic<t>
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
stdatomic.h 60 #undef _Atomic
68 #define _Atomic(t) std::atomic<t>
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
stdatomic.h 60 #undef _Atomic
68 #define _Atomic(t) std::atomic<t>
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
stdatomic.h 60 #undef _Atomic
68 #define _Atomic(t) std::atomic<t>
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
stdatomic.h 60 #undef _Atomic
68 #define _Atomic(t) std::atomic<t>
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
stdatomic.h 60 #undef _Atomic
68 #define _Atomic(t) std::atomic<t>
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
stdatomic.h 60 #undef _Atomic
68 #define _Atomic(t) std::atomic<t>
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
stdatomic.h 60 #undef _Atomic
68 #define _Atomic(t) std::atomic<t>
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
stdatomic.h 60 #undef _Atomic
68 #define _Atomic(t) std::atomic<t>
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
stdatomic.h 60 #undef _Atomic
68 #define _Atomic(t) std::atomic<t>
149 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
348 * No native support for _Atomic(). Place object in structure to prevent
351 #define _Atomic(T) struct { T volatile __val; }
354 typedef _Atomic(bool) atomic_bool;
355 typedef _Atomic(char) atomic_char;
356 typedef _Atomic(signed char) atomic_schar;
357 typedef _Atomic(unsigned char) atomic_uchar;
358 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
stdatomic.h 54 #undef _Atomic
62 #define _Atomic(t) std::atomic<t>
143 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
342 * No native support for _Atomic(). Place object in structure to prevent
345 #define _Atomic(T) struct { T volatile __val; }
348 typedef _Atomic(bool) atomic_bool;
349 typedef _Atomic(char) atomic_char;
350 typedef _Atomic(signed char) atomic_schar;
351 typedef _Atomic(unsigned char) atomic_uchar;
352 typedef _Atomic(short) atomic_short
    [all...]

Completed in 971 milliseconds

1 2