Home
last modified time | relevance | path

Searched refs:atomic_fetch_add (Results 1 - 19 of 19) sorted by relevance

/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h123 #define atomic_fetch_add(object, operand) \ macro
138 #define atomic_fetch_add(object, operand) \ macro
155 atomic_fetch_add(object, operand)
/third_party/ffmpeg/compat/atomics/suncc/
H A Dstdatomic.h124 static inline intptr_t atomic_fetch_add(intptr_t *object, intptr_t operand) in atomic_fetch_add() function
130 atomic_fetch_add(object, -(operand))
160 atomic_fetch_add(object, operand)
/third_party/ffmpeg/libavcodec/
H A Dmediacodec.c91 int released = atomic_fetch_add(&buffer->released, 1); in av_mediacodec_release_buffer()
107 int released = atomic_fetch_add(&buffer->released, 1); in av_mediacodec_render_buffer_at_time()
H A Dmmaldec.c174 atomic_fetch_add(&ctx->packets_buffered, -1); in ffmmal_stop_decoder()
213 atomic_fetch_add(&ctx->packets_buffered, -1); in input_callback()
541 atomic_fetch_add(&ctx->packets_buffered, 1); in ffmmal_add_packet()
606 atomic_fetch_add(&ctx->packets_buffered, -1); in ffmmal_fill_input_port()
H A Dmediacodecdec_common.c225 atomic_fetch_add(&s->refcount, 1); in ff_mediacodec_dec_ref()
332 atomic_fetch_add(&s->hw_buffer_count, 1); in mediacodec_wrap_hw_buffer()
542 atomic_fetch_add(&s->serial, 1); in mediacodec_dec_flush_codec()
H A Derror_resilience.c846 atomic_fetch_add(&s->error_count, start_i - end_i - 1); in ff_er_add_slice()
850 atomic_fetch_add(&s->error_count, start_i - end_i - 1); in ff_er_add_slice()
854 atomic_fetch_add(&s->error_count, start_i - end_i - 1); in ff_er_add_slice()
H A Dv4l2_buffers.c241 atomic_fetch_add(&in->context_refcount, 1); in v4l2_buf_increase_ref()
/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h131 #define atomic_fetch_add(object, operand) \ macro
135 atomic_fetch_add(object, operand)
/third_party/libunwind/libunwind/src/mi/
H A Dflush_cache.c56 atomic_fetch_add (&as->cache_generation, 1); in unw_flush_cache()
H A Dmempool.c58 pos = atomic_fetch_add (&sos_memory_freepos, size); in sos_alloc()
/third_party/elfutils/libdw/
H A Dlibdw_alloc.c54 thread_id = atomic_fetch_add (&next_id, 1); in __libdw_alloc_tail()
/third_party/musl/src/internal/
H A Dstdatomic_impl.h88 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) macro
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h88 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) macro
/third_party/ffmpeg/compat/atomics/pthread/
H A Dstdatomic.h171 atomic_fetch_add(object, operand)
/third_party/ffmpeg/compat/atomics/dummy/
H A Dstdatomic.h150 atomic_fetch_add(object, operand)
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h382 #define atomic_fetch_add(object, operand) \ macro
/third_party/ffmpeg/libavdevice/
H A Dv4l2.c422 atomic_fetch_add(&s->buffers_queued, 1); in enqueue_buffer()
533 atomic_fetch_add(&s->buffers_queued, -1); in mmap_read_frame()
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference.cc1163 return std::atomic_fetch_add(reinterpret_cast<std::atomic<int64_t>*>(address), in atomic_pair_add()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 43 milliseconds