/third_party/elfutils/lib/ |
D | stdatomic-fbsd.h | 273 #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/ |
D | atomic.comp | 27 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/ |
D | atomic.comp | 27 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/ |
D | atomicops.h | 129 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/ |
D | f2e22f.wgsl.expected.msl | 9 int res = atomic_exchange_explicit(&((*(tint_symbol)).arg_0), 1, memory_order_relaxed);
|
D | d59712.wgsl.expected.msl | 9 uint res = atomic_exchange_explicit(&((*(tint_symbol)).arg_0), 1u, memory_order_relaxed);
|
D | e114ba.wgsl.expected.msl | 5 int res = atomic_exchange_explicit(tint_symbol, 1, memory_order_relaxed);
|
D | 0a5dca.wgsl.expected.msl | 5 uint res = atomic_exchange_explicit(tint_symbol, 1u, memory_order_relaxed);
|
/third_party/curl/lib/ |
D | easy_lock.h | 75 if(!atomic_exchange_explicit(lock, true, memory_order_acquire)) in curl_simple_lock_lock()
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 106 #define atomic_exchange_explicit(object, desired, order) \ macro
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 111 #define atomic_exchange_explicit(object, desired, order) \ macro
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 104 #define atomic_exchange_explicit(object, desired, order) \ macro
|
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 101 #define atomic_exchange_explicit(object, desired, order) \ macro
|
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 123 #define atomic_exchange_explicit(object, desired, order) \ macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 49706 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()
|