Searched refs:__ATOMIC_RELEASE (Results 1 – 17 of 17) sorted by relevance
/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/elfutils/lib/ |
D | stdatomic-fbsd.h | 133 #ifndef __ATOMIC_RELEASE 134 #define __ATOMIC_RELEASE 3 macro 154 memory_order_release = __ATOMIC_RELEASE,
|
/third_party/lwip/ |
D | 0030-refactor-tcp-new-port.patch | 103 … __atomic_store_n(&port_state[tcp_port - TCP_LOCAL_PORT_RANGE_START], 1, __ATOMIC_RELEASE); 108 + __atomic_store_n(&port_state[tcp_port - TCP_LOCAL_PORT_RANGE_START], 1, __ATOMIC_RELEASE);
|
D | 0064-fix-udp-send-recv-in-multiple-queue.patch | 75 + __atomic_store_n(&port_state[udp_port - UDP_LOCAL_PORT_RANGE_START], 1, __ATOMIC_RELEASE…
|
D | 0080-enable-ipv6.patch | 175 … __atomic_store_n(&port_state[tcp_port - TCP_LOCAL_PORT_RANGE_START], 1, __ATOMIC_RELEASE); 217 … __atomic_store_n(&port_state[udp_port - UDP_LOCAL_PORT_RANGE_START], 1, __ATOMIC_RELEASE);
|
D | 0053-cleancode-improve-lwipopts.h-readability.patch | 766 … __atomic_store_n(&port_state[tcp_port - TCP_LOCAL_PORT_RANGE_START], 1, __ATOMIC_RELEASE);
|
/third_party/node/deps/openssl/openssl/include/internal/ |
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/ |
D | tsan_assist.h | 75 # define tsan_st_rel(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELEASE)
|
/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/mesa3d/src/gallium/winsys/svga/drm/ |
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/ |
D | hb-atomic.hh | 61 #define hb_atomic_int_impl_set(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELEASE)
|
/third_party/elfutils/tests/ |
D | run-readelf-zp.sh | 140 [ ba2] __ATOMIC_RELEASE 3
|
D | run-dwarf-getmacros.sh | 305 __ATOMIC_RELEASE 3
|
/third_party/selinux/libselinux/src/ |
D | label_file.h | 422 __atomic_store_n(&spec->regex_compiled, true, __ATOMIC_RELEASE); in compile_regex()
|
/third_party/node/deps/v8/include/cppgc/ |
D | cross-thread-persistent.h | 57 __atomic_store(&node_, &value, __ATOMIC_RELEASE); in SetNodeSafe()
|
/third_party/mesa3d/src/util/ |
D | u_atomic.h | 43 #define p_atomic_set(_v, _i) __atomic_store_n((_v), (_i), __ATOMIC_RELEASE)
|