Searched refs:_Atomic (Results 1 – 25 of 45) sorted by relevance
12
/third_party/elfutils/lib/ |
D | stdatomic-fbsd.h | 103 #define _Atomic(T) struct { volatile __typeof__(T) __val; } macro 216 typedef _Atomic(__Bool) atomic_bool; 217 typedef _Atomic(char) atomic_char; 218 typedef _Atomic(signed char) atomic_schar; 219 typedef _Atomic(unsigned char) atomic_uchar; 220 typedef _Atomic(short) atomic_short; 221 typedef _Atomic(unsigned short) atomic_ushort; 222 typedef _Atomic(int) atomic_int; 223 typedef _Atomic(unsigned int) atomic_uint; 224 typedef _Atomic(long) atomic_long; [all …]
|
D | dynamicsizehash_concurrent.h | 62 _Atomic(HASHTYPE) hashval; \
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | c11-atomic.c | 1 void f00(int _Atomic dst); 2 void f01(int _Atomic *dst); 3 void f02(int _Atomic *dst); 4 void f03(int _Atomic *dst); 6 int _Atomic qo; 39 int _Atomic *pqo; in bar()
|
D | reserved.c | 47 static int (_Atomic); variable
|
D | typeof-mods.c | 62 int _Atomic obj, *ptr; in test_atomic()
|
/third_party/openssl/ohos_lite/include/internal/ |
D | refcount.h | 30 typedef _Atomic int CRYPTO_REF_COUNT; 32 static inline int CRYPTO_UP_REF(_Atomic int *val, int *ret, void *lock) in CRYPTO_UP_REF() 48 static inline int CRYPTO_DOWN_REF(_Atomic int *val, int *ret, void *lock) in CRYPTO_DOWN_REF()
|
D | tsan_assist.h | 56 # define TSAN_QUALIFIER _Atomic
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | refcount.h | 28 typedef _Atomic int CRYPTO_REF_COUNT; 30 static inline int CRYPTO_UP_REF(_Atomic int *val, int *ret, in CRYPTO_UP_REF() 47 static inline int CRYPTO_DOWN_REF(_Atomic int *val, int *ret, in CRYPTO_DOWN_REF()
|
D | tsan_assist.h | 56 # define TSAN_QUALIFIER _Atomic
|
/third_party/openssl/include/internal/ |
D | refcount.h | 28 typedef _Atomic int CRYPTO_REF_COUNT; 30 static inline int CRYPTO_UP_REF(_Atomic int *val, int *ret, in CRYPTO_UP_REF() 47 static inline int CRYPTO_DOWN_REF(_Atomic int *val, int *ret, in CRYPTO_DOWN_REF()
|
D | tsan_assist.h | 56 # define TSAN_QUALIFIER _Atomic
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_resource.h | 56 _Atomic unsigned nr_users; 61 _Atomic unsigned nr_writers;
|
/third_party/libunwind/include/win/ |
D | fakestdatomic.h.in | 10 #define _Atomic volatile macro
|
/third_party/libunwind/src/x86_64/ |
D | Ginit.c | 256 static _Atomic unw_word_t last_good_addr[NLGA]; 257 static _Atomic int lga_victim;
|
/third_party/libunwind/src/arm/ |
D | Ginit.c | 257 static _Atomic unw_word_t last_good_addr[NLGA]; 258 static _Atomic int lga_victim;
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | ident-list.h | 40 IDENT(_Atomic);
|
/third_party/libunwind/src/riscv/ |
D | Ginit.c | 271 static _Atomic unw_word_t last_good_addr[NLGA]; 272 static _Atomic int lga_victim;
|
/third_party/libunwind/src/aarch64/ |
D | Ginit.c | 267 static _Atomic unw_word_t last_good_addr[NLGA]; 268 static _Atomic int lga_victim;
|
/third_party/libunwind/src/mi/ |
D | mempool.c | 45 static _Atomic size_t sos_memory_freepos = 0;
|
/third_party/curl/CMake/ |
D | CurlTests.c | 495 _Atomic int i = 1; in main()
|
/third_party/libunwind/include/tdep-ia64/ |
D | libunwind_i.h | 104 _Atomic uint32_t cache_generation;
|
/third_party/protobuf/objectivec/ |
D | GPBType.pbobjc.m | 70 static _Atomic(GPBEnumDescriptor*) descriptor = nil; 389 static _Atomic(GPBEnumDescriptor*) descriptor = nil; 463 static _Atomic(GPBEnumDescriptor*) descriptor = nil;
|
/third_party/libunwind/include/tdep-tilegx/ |
D | libunwind_i.h | 54 _Atomic uint32_t cache_generation;
|
/third_party/libunwind/include/tdep-riscv/ |
D | libunwind_i.h | 66 _Atomic uint32_t cache_generation;
|
/third_party/libunwind/include/tdep-hppa/ |
D | libunwind_i.h | 53 _Atomic uint32_t cache_generation;
|
12