Home
last modified time | relevance | path

Searched refs:atomic_exchange_explicit (Results 1 – 15 of 15) sorted by relevance

/third_party/elfutils/lib/
Dstdatomic-fbsd.h273 #define atomic_exchange_explicit(object, desired, order) \ macro
298 #define atomic_exchange_explicit(object, desired, order) \ macro
331 #define atomic_exchange_explicit(object, desired, order) \ macro
339 #define atomic_exchange_explicit(object, desired, order) \ macro
363 ((void)atomic_exchange_explicit(object, desired, order))
381 atomic_exchange_explicit(object, desired, memory_order_seq_cst)
415 return (atomic_exchange_explicit(&__object->__flag, 1, __order)); in atomic_flag_test_and_set_explicit()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Datomic.comp27 uint _28 = atomic_exchange_explicit((device atomic_uint*)&ssbo.u32, 1u, memory_order_relaxed);
39 int _48 = atomic_exchange_explicit((device atomic_int*)&ssbo.i32, 1, memory_order_relaxed);
53 …uint _63 = atomic_exchange_explicit((threadgroup atomic_uint*)&shared_u32, 1u, memory_order_relaxe…
65 … int _71 = atomic_exchange_explicit((threadgroup atomic_int*)&shared_i32, 1, memory_order_relaxed);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/
Datomic.comp27 uint _28 = atomic_exchange_explicit((device atomic_uint*)&ssbo.u32, 1u, memory_order_relaxed);
39 int _48 = atomic_exchange_explicit((device atomic_int*)&ssbo.i32, 1, memory_order_relaxed);
53 …uint _63 = atomic_exchange_explicit((threadgroup atomic_uint*)&shared_u32, 1u, memory_order_relaxe…
65 … int _71 = atomic_exchange_explicit((threadgroup atomic_int*)&shared_i32, 1, memory_order_relaxed);
/third_party/node/deps/v8/src/base/
Datomicops.h129 return std::atomic_exchange_explicit(helper::to_std_atomic(ptr), new_value, in Relaxed_AtomicExchange()
135 return std::atomic_exchange_explicit(helper::to_std_atomic(ptr), new_value, in SeqCst_AtomicExchange()
272 return std::atomic_exchange_explicit(helper::to_std_atomic(ptr), new_value, in Relaxed_AtomicExchange()
278 return std::atomic_exchange_explicit(helper::to_std_atomic(ptr), new_value, in SeqCst_AtomicExchange()
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/atomicExchange/
Df2e22f.wgsl.expected.msl9 int res = atomic_exchange_explicit(&((*(tint_symbol)).arg_0), 1, memory_order_relaxed);
Dd59712.wgsl.expected.msl9 uint res = atomic_exchange_explicit(&((*(tint_symbol)).arg_0), 1u, memory_order_relaxed);
De114ba.wgsl.expected.msl5 int res = atomic_exchange_explicit(tint_symbol, 1, memory_order_relaxed);
D0a5dca.wgsl.expected.msl5 uint res = atomic_exchange_explicit(tint_symbol, 1u, memory_order_relaxed);
/third_party/curl/lib/
Deasy_lock.h75 if(!atomic_exchange_explicit(lock, true, memory_order_acquire)) in curl_simple_lock_lock()
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h106 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h111 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h104 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h101 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h123 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49706 atomic_exchange_explicit(atomic<_ITp>* __a, _ITp __i, in atomic_exchange_explicit() function
49712 atomic_exchange_explicit(volatile atomic<_ITp>* __a, _ITp __i, in atomic_exchange_explicit() function
49772 { return atomic_exchange_explicit(__a, __i, memory_order_seq_cst); } in atomic_exchange()
49777 { return atomic_exchange_explicit(__a, __i, memory_order_seq_cst); } in atomic_exchange()