Searched refs:__ATOMIC_RELEASE (Results 1 – 19 of 19) sorted by relevance
/third_party/grpc/include/grpc/impl/codegen/ |
D | atm_gcc_atomic.h | 53 (__atomic_store_n((p), (intptr_t)(value), __ATOMIC_RELEASE)) 76 p, &o, n, 0, __ATOMIC_RELEASE, __ATOMIC_RELAXED)); in gpr_atm_rel_cas()
|
/third_party/ltp/testcases/kernel/syscalls/io_uring/ |
D | io_uring02.c | 122 __atomic_store(uring.sqr_tail, &tail, __ATOMIC_RELEASE); in drain_fallback() 161 __atomic_store(uring.cqr_head, &i, __ATOMIC_RELEASE); in drain_fallback() 226 __atomic_store(uring.sqr_tail, &tail, __ATOMIC_RELEASE); in run()
|
/third_party/boost/boost/thread/win32/ |
D | interlocked_read.hpp | 140 __atomic_store_n((long*)x, value, __ATOMIC_RELEASE); in interlocked_write_release() 144 __atomic_store_n((void**)x, value, __ATOMIC_RELEASE); in interlocked_write_release()
|
/third_party/boost/boost/smart_ptr/detail/ |
D | sp_has_gcc_intrinsics.hpp | 21 #if defined( __ATOMIC_RELAXED ) && defined( __ATOMIC_ACQUIRE ) && defined( __ATOMIC_RELEASE ) && de…
|
D | spinlock_gcc_atomic.hpp | 52 __atomic_clear( &v_, __ATOMIC_RELEASE ); in unlock()
|
/third_party/boost/boost/atomic/detail/ |
D | gcc_atomic_memory_order_utils.hpp | 56 …er == memory_order_acquire ? __ATOMIC_ACQUIRE : (order == memory_order_release ? __ATOMIC_RELEASE : in convert_memory_order_to_gcc()
|
D | ops_gcc_atomic.hpp | 80 …er == memory_order_acquire ? __ATOMIC_ACQUIRE : (order == memory_order_release ? __ATOMIC_RELEASE : in convert_memory_order_to_gcc()
|
/third_party/glib/glib/ |
D | gthread-posix.c | 1431 atomic_exchange_explicit((atomic_uint *) (ptr), (new), __ATOMIC_RELEASE) 1433 atomic_store_explicit((atomic_uint *) (ptr), (new), __ATOMIC_RELEASE) 1443 __atomic_exchange_4((ptr), (new), __ATOMIC_RELEASE) 1445 __atomic_store_4((ptr), (new), __ATOMIC_RELEASE)
|
D | gthread.c | 648 __atomic_store_n (&once->status, G_ONCE_STATUS_READY, __ATOMIC_RELEASE); in g_once_impl()
|
/third_party/openssl/include/internal/ |
D | tsan_assist.h | 75 # define tsan_st_rel(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELEASE)
|
/third_party/python/Include/internal/ |
D | pycore_atomic.h | 71 _Py_memory_order_release = __ATOMIC_RELEASE, 93 || (ORDER) == __ATOMIC_RELEASE), \
|
/third_party/boost/boost/config/compiler/ |
D | cray.hpp | 249 #define __ATOMIC_RELEASE 3 macro
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-atomic.hh | 61 #define hb_atomic_int_impl_set(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELEASE)
|
/third_party/harfbuzz/src/ |
D | hb-atomic.hh | 61 #define hb_atomic_int_impl_set(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELEASE)
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_svga.c | 337 __atomic_store_n(&vws->mksstat_tls[slot].pid, 0, __ATOMIC_RELEASE); in vmw_winsys_screen_mksstat_acq_slot() 353 __atomic_store_n(&vws->mksstat_tls[slot].pid, gettid(), __ATOMIC_RELEASE); in vmw_winsys_screen_mksstat_rel_slot() 851 __atomic_store_n(&vws->mksstat_tls[slot].pid, expected, __ATOMIC_RELEASE); in vmw_svga_winsys_stats_time_pop()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | umutex.h | 150 return __c11_atomic_store(&var, val, __ATOMIC_RELEASE);
|
/third_party/mesa3d/src/util/ |
D | u_atomic.h | 43 #define p_atomic_set(_v, _i) __atomic_store_n((_v), (_i), __ATOMIC_RELEASE)
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-atomic.hh | 61 #define hb_atomic_int_impl_set(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELEASE)
|
/third_party/selinux/libselinux/src/ |
D | label_file.h | 422 __atomic_store_n(&spec->regex_compiled, true, __ATOMIC_RELEASE); in compile_regex()
|