Searched refs:atomic_fetch_sub (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/compat/atomics/win32/ |
H A D | stdatomic.h | 126 #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 D | mediacodec.c | 94 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 D | mediacodecdec_common.c | 233 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 D | v4l2_buffers.c | 217 if (atomic_fetch_sub(&avbuf->context_refcount, 1) == 1) { in v4l2_free_buffer()
|
/third_party/ffmpeg/compat/atomics/gcc/ |
H A D | stdatomic.h | 137 #define atomic_fetch_sub(object, operand) \ macro 141 atomic_fetch_sub(object, operand)
|
/third_party/ffmpeg/compat/atomics/suncc/ |
H A D | stdatomic.h | 129 #define atomic_fetch_sub(object, operand) \ macro 163 atomic_fetch_sub(object, operand)
|
/third_party/musl/src/internal/ |
H A D | stdatomic_impl.h | 91 #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 D | stdatomic_impl.h | 91 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST)
macro
|
/third_party/ffmpeg/compat/atomics/pthread/ |
H A D | stdatomic.h | 174 atomic_fetch_sub(object, operand)
|
/third_party/ffmpeg/compat/atomics/dummy/ |
H A D | stdatomic.h | 153 atomic_fetch_sub(object, operand)
|
/third_party/elfutils/lib/ |
H A D | stdatomic-fbsd.h | 388 #define atomic_fetch_sub(object, operand) \ macro
|
/third_party/node/deps/v8/src/codegen/ |
H A D | external-reference.cc | 1175 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 D | stylo.hpp | [all...] |
Completed in 35 milliseconds