Home
last modified time | relevance | path

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

/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/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/boost/boost/thread/detail/
Datomic_undef_macros.hpp19 #undef atomic_exchange_explicit
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/atomicExchange/
Dd59712.wgsl.expected.msl9 uint res = atomic_exchange_explicit(&((*(tint_symbol)).arg_0), 1u, memory_order_relaxed);
Df2e22f.wgsl.expected.msl9 int res = atomic_exchange_explicit(&((*(tint_symbol)).arg_0), 1, 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.h80 if(!atomic_exchange_explicit(lock, true, memory_order_acquire)) in curl_simple_lock_lock()
/third_party/boost/libs/smart_ptr/test/
Dsp_atomic_test.cpp70 …boost::shared_ptr<X> p3 = boost::atomic_exchange_explicit( &px, boost::shared_ptr<X>(), boost::mem… in main()
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h111 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h106 #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/glib/glib/
Dgthread-posix.c1425 atomic_exchange_explicit((atomic_uint *) (ptr), (new), __ATOMIC_ACQUIRE)
1431 atomic_exchange_explicit((atomic_uint *) (ptr), (new), __ATOMIC_RELEASE)
/third_party/boost/boost/smart_ptr/
Dshared_ptr.hpp1119 template<class T, class M> shared_ptr<T> inline atomic_exchange_explicit( shared_ptr<T> * p, shared… in atomic_exchange_explicit() function
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dshared_ptr.adoc243 shared_ptr<T> atomic_exchange_explicit(
896 shared_ptr<T> atomic_exchange_explicit(