Searched refs:__ATOMIC_RELEASE (Results 1 - 15 of 15) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/io_uring/ |
H A 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/elfutils/lib/ |
H A D | stdatomic-fbsd.h | 133 #ifndef __ATOMIC_RELEASE 134 #define __ATOMIC_RELEASE 3 macro 154 memory_order_release = __ATOMIC_RELEASE,
|
/third_party/musl/src/internal/ |
H A D | stdatomic_impl.h | 26 memory_order_release = __ATOMIC_RELEASE,
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdatomic_impl.h | 26 memory_order_release = __ATOMIC_RELEASE,
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | tsan_assist.h | 75 # define tsan_st_rel(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELEASE)
|
/third_party/openssl/ohos_lite/include/internal/ |
H A D | tsan_assist.h | 75 # define tsan_st_rel(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELEASE)
|
/third_party/openssl/include/internal/ |
H A D | tsan_assist.h | 75 # define tsan_st_rel(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELEASE)
|
/third_party/python/Include/internal/ |
H A D | pycore_atomic.h | 71 _Py_memory_order_release = __ATOMIC_RELEASE, 93 || (ORDER) == __ATOMIC_RELEASE), \
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_svga.c | 338 __atomic_store_n(&vws->mksstat_tls[slot].pid, 0, __ATOMIC_RELEASE); in vmw_winsys_screen_mksstat_acq_slot() 354 __atomic_store_n(&vws->mksstat_tls[slot].pid, gettid(), __ATOMIC_RELEASE); in vmw_winsys_screen_mksstat_rel_slot() 852 __atomic_store_n(&vws->mksstat_tls[slot].pid, expected, __ATOMIC_RELEASE); in vmw_svga_winsys_stats_time_pop()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A 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/ |
H A D | label_file.h | 422 __atomic_store_n(&spec->regex_compiled, true, __ATOMIC_RELEASE); in compile_regex()
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | cross-thread-persistent.h | 57 __atomic_store(&node_, &value, __ATOMIC_RELEASE); in SetNodeSafe()
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | cross-thread-persistent.h | 57 __atomic_store(&node_, &value, __ATOMIC_RELEASE); in SetNodeSafe()
|
/third_party/mesa3d/src/util/ |
H A D | u_atomic.h | 43 #define p_atomic_set(_v, _i) __atomic_store_n((_v), (_i), __ATOMIC_RELEASE)
|
/third_party/elfutils/tests/ |
H A D | run-dwarf-getmacros.sh | 305 __ATOMIC_RELEASE 3
|
Completed in 9 milliseconds