Home
last modified time | relevance | path

Searched refs:__ATOMIC_ACQUIRE (Results 1 – 25 of 66) sorted by relevance

123

/external/llvm-project/clang/test/SemaOpenCL/
Dbuiltins-amdgcn-error.cl134 …__builtin_amdgcn_fence(__ATOMIC_ACQUIRE - 1, "workgroup"); // expected-warning {{memory order argu…
138 …__builtin_amdgcn_fence(__ATOMIC_ACQUIRE, 5); // expected-warning {{incompatible integer to pointer…
140 …__builtin_amdgcn_fence(__ATOMIC_ACQUIRE, ptr); // expected-error {{expression is not a string lite…
151 …val = __builtin_amdgcn_atomic_inc32(&val, val, __ATOMIC_ACQUIRE - 1, "workgroup"); // expected-war…
155 …val = __builtin_amdgcn_atomic_inc32(&val, val, __ATOMIC_ACQUIRE, 5); // expected-war…
157 …val = __builtin_amdgcn_atomic_inc32(&val, val, __ATOMIC_ACQUIRE, ptr); // expected-error {{express…
159 …signedVal = __builtin_amdgcn_atomic_inc32(&signedVal, signedVal, __ATOMIC_ACQUIRE, ""); // expecte…
165 …val = __builtin_amdgcn_atomic_inc64(&val, val, __ATOMIC_ACQUIRE - 1, "workgroup"); // expected-war…
169 …val = __builtin_amdgcn_atomic_inc64(&val, val, __ATOMIC_ACQUIRE, 5); // expected-war…
171 …val = __builtin_amdgcn_atomic_inc64(&val, val, __ATOMIC_ACQUIRE, ptr); // expected-error {{express…
[all …]
/external/llvm-project/compiler-rt/test/dfsan/
Dthreaded_flush.c18 while (!__atomic_load_n(&ShutDownThread, __ATOMIC_ACQUIRE)) in accessGlobalInBackground()
28 while (!__atomic_load_n(&StartFlush, __ATOMIC_ACQUIRE)) in main()
/external/llvm-project/compiler-rt/test/tsan/
Dstack_sync_reuse.cpp25 while (__atomic_load_n(&syncp, __ATOMIC_ACQUIRE) == 0) in Thread()
52 sink = __atomic_load_n(&s, __ATOMIC_ACQUIRE); in barfoo()
Djava_finalizer2.cpp39 while (__atomic_load_n(&heap->ready, __ATOMIC_ACQUIRE) != 1) in Thread3()
72 while (__atomic_load_n(&heap->wg, __ATOMIC_ACQUIRE) != 2) in main()
Dbench_acquire_only.cpp13 __atomic_load_n(&x, __ATOMIC_ACQUIRE); in thread()
Datomic_hle.cpp17 (__tsan_memory_order)(__ATOMIC_ACQUIRE | __ATOMIC_HLE_ACQUIRE)); in main()
Dbench_single_writer.cpp17 __atomic_load_n(&x, __ATOMIC_ACQUIRE); in thread()
Dignore_lib_lib.h11 while ((p = __atomic_load_n(&mem, __ATOMIC_ACQUIRE)) == 0) in Thread()
Dbench_release_only.cpp13 __atomic_load_n(&x[tid * kStride], __ATOMIC_ACQUIRE); in thread()
/external/compiler-rt/test/tsan/
Dstack_sync_reuse.cc25 while (__atomic_load_n(&syncp, __ATOMIC_ACQUIRE) == 0) in Thread()
52 sink = __atomic_load_n(&s, __ATOMIC_ACQUIRE); in barfoo()
Dbench_acquire_only.cc13 __atomic_load_n(&x, __ATOMIC_ACQUIRE); in thread()
Dbench_single_writer.cc17 __atomic_load_n(&x, __ATOMIC_ACQUIRE); in thread()
Dignore_lib_lib.h11 while ((p = __atomic_load_n(&mem, __ATOMIC_ACQUIRE)) == 0) in Thread()
/external/webrtc/rtc_base/
Datomic_ops.h57 return __atomic_load_n(i, __ATOMIC_ACQUIRE);
68 return __atomic_load_n(ptr, __ATOMIC_ACQUIRE);
/external/grpc-grpc/include/grpc/impl/codegen/
Datm_gcc_atomic.h50 #define gpr_atm_acq_load(p) (__atomic_load_n((p), __ATOMIC_ACQUIRE))
71 p, &o, n, 0, __ATOMIC_ACQUIRE, __ATOMIC_RELAXED)); in gpr_atm_acq_cas()
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Datm_gcc_atomic.h50 #define gpr_atm_acq_load(p) (__atomic_load_n((p), __ATOMIC_ACQUIRE))
71 p, &o, n, 0, __ATOMIC_ACQUIRE, __ATOMIC_RELAXED)); in gpr_atm_acq_cas()
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Datm_gcc_atomic.h50 #define gpr_atm_acq_load(p) (__atomic_load_n((p), __ATOMIC_ACQUIRE))
71 p, &o, n, 0, __ATOMIC_ACQUIRE, __ATOMIC_RELAXED)); in gpr_atm_acq_cas()
/external/libcxxabi/src/include/
Datomic_support.h27 && defined(__ATOMIC_ACQUIRE) \
53 _AO_Acquire = __ATOMIC_ACQUIRE,
/external/llvm-project/libcxx/src/include/
Datomic_support.h22 && defined(__ATOMIC_ACQUIRE) \
48 _AO_Acquire = __ATOMIC_ACQUIRE,
/external/libcxx/src/include/
Datomic_support.h23 && defined(__ATOMIC_ACQUIRE) \
49 _AO_Acquire = __ATOMIC_ACQUIRE,
/external/llvm-project/libcxxabi/src/include/
Datomic_support.h26 && defined(__ATOMIC_ACQUIRE) \
52 _AO_Acquire = __ATOMIC_ACQUIRE,
/external/llvm-project/clang/test/CodeGenCXX/
Dbuiltin-amdgcn-fence.cpp12 __builtin_amdgcn_fence(__ATOMIC_ACQUIRE, "agent"); in test_memory_fence_success()
Dbuiltin-amdgcn-atomic-inc-dec.cpp192 val = __builtin_amdgcn_atomic_inc32(&val, val, __ATOMIC_ACQUIRE, "workgroup"); in test_order32()
209 val = __builtin_amdgcn_atomic_inc64(&val, val, __ATOMIC_ACQUIRE, "workgroup"); in test_order64()
/external/llvm-project/compiler-rt/lib/builtins/
Demutls.c235 enum { __ATOMIC_ACQUIRE = 2, __ATOMIC_RELEASE = 3 }; enumerator
238 assert(type == __ATOMIC_ACQUIRE); in __atomic_load_n()
313 uintptr_t index = __atomic_load_n(&control->object.index, __ATOMIC_ACQUIRE); in emutls_get_index()
/external/harfbuzz_ng/src/
Dhb-atomic.hh53 #elif !defined(HB_NO_MT) && defined(__ATOMIC_ACQUIRE)
63 #define hb_atomic_int_impl_get(AI) __atomic_load_n ((AI), __ATOMIC_ACQUIRE)
67 #define hb_atomic_ptr_impl_get(P) __atomic_load_n ((P), __ATOMIC_ACQUIRE)

123