Home
last modified time | relevance | path

Searched refs:atomic_fetch_sub (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h126 #define atomic_fetch_sub(object, operand) \ macro
141 #define atomic_fetch_sub(object, operand) \ macro
158 atomic_fetch_sub(object, operand)
/third_party/ffmpeg/libavcodec/
H A Dmediacodec.c94 atomic_fetch_sub(&ctx->hw_buffer_count, 1); in av_mediacodec_release_buffer()
110 atomic_fetch_sub(&ctx->hw_buffer_count, 1); in av_mediacodec_render_buffer_at_time()
H A Dmediacodecdec_common.c233 if (atomic_fetch_sub(&s->refcount, 1) == 1) { in ff_mediacodec_dec_unref()
261 atomic_fetch_sub(&ctx->hw_buffer_count, 1); in mediacodec_buffer_release()
H A Dv4l2_buffers.c217 if (atomic_fetch_sub(&avbuf->context_refcount, 1) == 1) { in v4l2_free_buffer()
/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h137 #define atomic_fetch_sub(object, operand) \ macro
141 atomic_fetch_sub(object, operand)
/third_party/ffmpeg/compat/atomics/suncc/
H A Dstdatomic.h129 #define atomic_fetch_sub(object, operand) \ macro
163 atomic_fetch_sub(object, operand)
/third_party/musl/src/internal/
H A Dstdatomic_impl.h91 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) macro
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h91 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) macro
/third_party/ffmpeg/compat/atomics/pthread/
H A Dstdatomic.h174 atomic_fetch_sub(object, operand)
/third_party/ffmpeg/compat/atomics/dummy/
H A Dstdatomic.h153 atomic_fetch_sub(object, operand)
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h388 #define atomic_fetch_sub(object, operand) \ macro
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference.cc1175 return std::atomic_fetch_sub(reinterpret_cast<std::atomic<int64_t>*>(address), in atomic_pair_sub()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 35 milliseconds