Home
last modified time | relevance | path

Searched refs:atomic_fetch_sub_explicit (Results 1 - 17 of 17) sorted by relevance

/third_party/elfutils/lib/
H A Ddynamicsizehash_concurrent.c319 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 Dstdatomic-fbsd.h281 #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 Dbuffer.c129 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 Dstdatomic_impl.h92 #define atomic_fetch_sub_explicit __c11_atomic_fetch_sub macro
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h92 #define atomic_fetch_sub_explicit __c11_atomic_fetch_sub macro
/third_party/node/deps/openssl/openssl/include/internal/
H A Drefcount.h50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
/third_party/openssl/include/internal/
H A Drefcount.h50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
/third_party/openssl/ohos_lite/include/internal/
H A Drefcount.h50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h140 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h157 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
H A Dstdatomic.h162 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/pthread/
H A Dstdatomic.h173 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/dummy/
H A Dstdatomic.h152 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_common.h225 return atomic_fetch_sub_explicit(&ref->count, val, memory_order_release); in vn_refcount_fetch_sub_release()
/third_party/ffmpeg/libavcodec/
H A Dv4l2_buffers.c218 atomic_fetch_sub_explicit(&s->refcount, 1, memory_order_acq_rel); in v4l2_free_buffer()
/third_party/ffmpeg/libavformat/
H A Dfifo.c190 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 Dstylo.hpp[all...]

Completed in 31 milliseconds