Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/io_uring/
Dio_uring02.c122 __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/
Dstdatomic-fbsd.h133 #ifndef __ATOMIC_RELEASE
134 #define __ATOMIC_RELEASE 3 macro
154 memory_order_release = __ATOMIC_RELEASE,
/third_party/lwip/
D0030-refactor-tcp-new-port.patch103 … __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);
D0064-fix-udp-send-recv-in-multiple-queue.patch75 + __atomic_store_n(&port_state[udp_port - UDP_LOCAL_PORT_RANGE_START], 1, __ATOMIC_RELEASE
D0080-enable-ipv6.patch175 … __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);
D0053-cleancode-improve-lwipopts.h-readability.patch766 … __atomic_store_n(&port_state[tcp_port - TCP_LOCAL_PORT_RANGE_START], 1, __ATOMIC_RELEASE);
/third_party/node/deps/openssl/openssl/include/internal/
Dtsan_assist.h75 # define tsan_st_rel(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELEASE)
/third_party/openssl/ohos_lite/include/internal/
Dtsan_assist.h75 # define tsan_st_rel(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELEASE)
/third_party/openssl/include/internal/
Dtsan_assist.h75 # define tsan_st_rel(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELEASE)
/third_party/python/Include/internal/
Dpycore_atomic.h71 _Py_memory_order_release = __ATOMIC_RELEASE,
93 || (ORDER) == __ATOMIC_RELEASE), \
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_svga.c338 __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/
Dhb-atomic.hh61 #define hb_atomic_int_impl_set(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELEASE)
/third_party/elfutils/tests/
Drun-readelf-zp.sh140 [ ba2] __ATOMIC_RELEASE 3
Drun-dwarf-getmacros.sh305 __ATOMIC_RELEASE 3
/third_party/selinux/libselinux/src/
Dlabel_file.h422 __atomic_store_n(&spec->regex_compiled, true, __ATOMIC_RELEASE); in compile_regex()
/third_party/node/deps/v8/include/cppgc/
Dcross-thread-persistent.h57 __atomic_store(&node_, &value, __ATOMIC_RELEASE); in SetNodeSafe()
/third_party/mesa3d/src/util/
Du_atomic.h43 #define p_atomic_set(_v, _i) __atomic_store_n((_v), (_i), __ATOMIC_RELEASE)