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

1 2 3

  /bionic/libc/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 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/host/darwin-x86/clang-2812033/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-3289846/lib64/clang/3.8/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/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-3289846/lib64/clang/3.8/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
stdatomic.h 51 #undef _Atomic
59 #define _Atomic(t) std::atomic<t>
140 * with the C++ one, i.e. an _Atomic(T) needs to contain the same
312 * No native support for _Atomic(). Place object in structure to prevent
315 #define _Atomic(T) struct { T volatile __val; }
318 typedef _Atomic(bool) atomic_bool;
319 typedef _Atomic(char) atomic_char;
320 typedef _Atomic(signed char) atomic_schar;
321 typedef _Atomic(unsigned char) atomic_uchar;
322 typedef _Atomic(short) atomic_short
    [all...]
  /prebuilts/ndk/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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...]

Completed in 1575 milliseconds

1 2 3