Home
last modified time | relevance | path

Searched refs:atomic_fetch_sub_explicit (Results 1 – 21 of 21) sorted by relevance

/third_party/elfutils/lib/
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 INSERT()
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/
Dbuffer.c119 if (atomic_fetch_sub_explicit(&b->refcount, 1, memory_order_acq_rel) == 1) { in buffer_replace()
321 if (atomic_fetch_sub_explicit(&pool->refcount, 1, memory_order_acq_rel) == 1) in av_buffer_pool_uninit()
338 if (atomic_fetch_sub_explicit(&pool->refcount, 1, memory_order_acq_rel) == 1) in pool_release_buffer()
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/atomicSub/
D15bfc9.wgsl.expected.msl9 uint res = atomic_fetch_sub_explicit(&((*(tint_symbol)).arg_0), 1u, memory_order_relaxed);
D051100.wgsl.expected.msl9 int res = atomic_fetch_sub_explicit(&((*(tint_symbol)).arg_0), 1, memory_order_relaxed);
D0d26c2.wgsl.expected.msl5 uint res = atomic_fetch_sub_explicit(tint_symbol, 1u, memory_order_relaxed);
D77883a.wgsl.expected.msl5 int res = atomic_fetch_sub_explicit(tint_symbol, 1, memory_order_relaxed);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/comp/
Datomic-decrement.asm.comp24 … uint _29 = atomic_fetch_sub_explicit((device atomic_uint*)&u0_counter.c, 1, memory_order_relaxed);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/comp/
Datomic-decrement.asm.comp24 … uint _29 = atomic_fetch_sub_explicit((device atomic_uint*)&u0_counter.c, 1, memory_order_relaxed);
/third_party/openssl/ohos_lite/include/internal/
Drefcount.h50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
/third_party/node/deps/openssl/openssl/include/internal/
Drefcount.h50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
/third_party/openssl/include/internal/
Drefcount.h50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h152 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h140 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h162 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h157 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h173 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/mesa3d/src/virtio/vulkan/
Dvn_common.h225 return atomic_fetch_sub_explicit(&ref->count, val, memory_order_release); in vn_refcount_fetch_sub_release()
/third_party/ffmpeg/libavformat/
Dfifo.c188atomic_fetch_sub_explicit(&fifo->queue_duration, next_duration(avf, pkt, &ctx->last_received_dts),… in fifo_thread_write_packet()
/third_party/ffmpeg/libavcodec/
Dv4l2_buffers.c219 atomic_fetch_sub_explicit(&s->refcount, 1, memory_order_acq_rel); in v4l2_free_buffer()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49837 atomic_fetch_sub_explicit(__atomic_base<_ITp>* __a, _ITp __i, in atomic_fetch_sub_explicit() function
49843 atomic_fetch_sub_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i, in atomic_fetch_sub_explicit() function
49896 { return atomic_fetch_sub_explicit(__a, __i, memory_order_seq_cst); } in atomic_fetch_sub()
49901 { return atomic_fetch_sub_explicit(__a, __i, memory_order_seq_cst); } in atomic_fetch_sub()
49959 atomic_fetch_sub_explicit(volatile atomic<_ITp*>* __a, in atomic_fetch_sub_explicit() function
49965 atomic_fetch_sub_explicit(atomic<_ITp*>* __a, ptrdiff_t __d, in atomic_fetch_sub_explicit() function