/third_party/elfutils/lib/ |
H A D | dynamicsizehash_concurrent.c | 319 atomic_fetch_sub_explicit(&htab->resizing_state, STATE_INCREMENT, in resize_worker() 333 atomic_fetch_sub_explicit(&htab->resizing_state, STATE_INCREMENT, in resize_worker() 341 atomic_fetch_sub_explicit(&htab->resizing_state, STATE_INCREMENT, in resize_worker() 460 atomic_fetch_sub_explicit(&htab->filled, 1, memory_order_relaxed); in NAME()
|
H A D | stdatomic-fbsd.h | 281 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 306 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 355 #define atomic_fetch_sub_explicit(object, operand, order) \ macro 389 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/third_party/ffmpeg/libavutil/ |
H A D | buffer.c | 129 if (atomic_fetch_sub_explicit(&b->refcount, 1, memory_order_acq_rel) == 1) { in buffer_replace() 335 if (atomic_fetch_sub_explicit(&pool->refcount, 1, memory_order_acq_rel) == 1) in av_buffer_pool_uninit() 352 if (atomic_fetch_sub_explicit(&pool->refcount, 1, memory_order_acq_rel) == 1) in pool_release_buffer()
|
/third_party/musl/src/internal/ |
H A D | stdatomic_impl.h | 92 #define atomic_fetch_sub_explicit __c11_atomic_fetch_sub
macro
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdatomic_impl.h | 92 #define atomic_fetch_sub_explicit __c11_atomic_fetch_sub
macro
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | refcount.h | 50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
|
/third_party/openssl/include/internal/ |
H A D | refcount.h | 50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
|
/third_party/openssl/ohos_lite/include/internal/ |
H A D | refcount.h | 50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
|
/third_party/ffmpeg/compat/atomics/gcc/ |
H A D | stdatomic.h | 140 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
|
/third_party/ffmpeg/compat/atomics/win32/ |
H A D | stdatomic.h | 157 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
|
/third_party/ffmpeg/compat/atomics/suncc/ |
H A D | stdatomic.h | 162 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
|
/third_party/ffmpeg/compat/atomics/pthread/ |
H A D | stdatomic.h | 173 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
|
/third_party/ffmpeg/compat/atomics/dummy/ |
H A D | stdatomic.h | 152 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_common.h | 225 return atomic_fetch_sub_explicit(&ref->count, val, memory_order_release); in vn_refcount_fetch_sub_release()
|
/third_party/ffmpeg/libavcodec/ |
H A D | v4l2_buffers.c | 218 atomic_fetch_sub_explicit(&s->refcount, 1, memory_order_acq_rel); in v4l2_free_buffer()
|
/third_party/ffmpeg/libavformat/ |
H A D | fifo.c | 190 atomic_fetch_sub_explicit(&fifo->queue_duration, next_duration(avf, pkt, &ctx->last_received_dts), memory_order_relaxed); in fifo_thread_write_packet()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |