atomic_load        97 compat/atomics/dummy/stdatomic.h     atomic_load(object)
atomic_load        99 compat/atomics/gcc/stdatomic.h     atomic_load(object)
atomic_load       106 compat/atomics/gcc/stdatomic.h         _old = atomic_load(_obj);                                   \
atomic_load       111 compat/atomics/pthread/stdatomic.h     atomic_load(object)
atomic_load        99 compat/atomics/suncc/stdatomic.h     atomic_load(object)
atomic_load       136 compat/atomics/suncc/stdatomic.h         old = atomic_load(object);
atomic_load       145 compat/atomics/suncc/stdatomic.h         old = atomic_load(object);
atomic_load       154 compat/atomics/suncc/stdatomic.h         old = atomic_load(object);
atomic_load        96 compat/atomics/win32/stdatomic.h     atomic_load(object)
atomic_load       486 fftools/ffmpeg.c     return received_nb_signals > atomic_load(&transcode_init_done);
atomic_load       641 fftools/ffmpeg.c     } else if (ret && atomic_load(&transcode_init_done)) {
atomic_load       912 libavcodec/error_resilience.c     if (!s->avctx->error_concealment || !atomic_load(&s->error_count)  ||
atomic_load       915 libavcodec/error_resilience.c         atomic_load(&s->error_count) == 3 * s->mb_width *
atomic_load       929 libavcodec/error_resilience.c         && atomic_load(&s->error_count) == 3 * s->mb_width * (s->avctx->skip_top + s->avctx->skip_bottom + 1)
atomic_load        68 libavcodec/frame_thread_encoder.c     while (!atomic_load(&c->exit)) {
atomic_load        78 libavcodec/frame_thread_encoder.c         while (av_fifo_size(c->task_fifo) <= 0 || atomic_load(&c->exit)) {
atomic_load        79 libavcodec/frame_thread_encoder.c             if (atomic_load(&c->exit)) {
atomic_load      2514 libavcodec/hevcdec.c         if (atomic_load(&s1->wpp_err)) {
atomic_load        94 libavcodec/mediacodec.c     if (!released && (ctx->delay_flush || buffer->serial == atomic_load(&ctx->serial))) {
atomic_load        98 libavcodec/mediacodec.c                buffer->index, buffer, buffer->pts, render, atomic_load(&ctx->hw_buffer_count));
atomic_load       110 libavcodec/mediacodec.c     if (!released && (ctx->delay_flush || buffer->serial == atomic_load(&ctx->serial))) {
atomic_load       114 libavcodec/mediacodec.c                buffer->index, buffer, buffer->pts, time, atomic_load(&ctx->hw_buffer_count));
atomic_load       258 libavcodec/mediacodecdec_common.c     int released = atomic_load(&buffer->released);
atomic_load       260 libavcodec/mediacodecdec_common.c     if (!released && (ctx->delay_flush || buffer->serial == atomic_load(&ctx->serial))) {
atomic_load       264 libavcodec/mediacodecdec_common.c                buffer->index, buffer, buffer->pts, atomic_load(&ctx->hw_buffer_count));
atomic_load       328 libavcodec/mediacodecdec_common.c     buffer->serial = atomic_load(&s->serial);
atomic_load       340 libavcodec/mediacodecdec_common.c             buffer->index, buffer, buffer->pts, atomic_load(&s->hw_buffer_count));
atomic_load       885 libavcodec/mediacodecdec_common.c     if (!s->surface || atomic_load(&s->refcount) == 1) {
atomic_load       177 libavcodec/mmaldec.c     av_assert0(atomic_load(&ctx->packets_buffered) == 0);
atomic_load       692 libavcodec/mmaldec.c         if (atomic_load(&ctx->packets_buffered) > MAX_DELAYED_FRAMES ||
atomic_load       176 libavcodec/pthread_frame.c         while (atomic_load(&p->state) == STATE_INPUT_READY && !p->die)
atomic_load       210 libavcodec/pthread_frame.c         if (atomic_load(&p->state) == STATE_SETTING_UP)
atomic_load       417 libavcodec/pthread_frame.c         if (atomic_load(&prev_thread->state) == STATE_SETTING_UP) {
atomic_load       419 libavcodec/pthread_frame.c             while (atomic_load(&prev_thread->state) == STATE_SETTING_UP)
atomic_load       452 libavcodec/pthread_frame.c         while (atomic_load(&p->state) != STATE_SETUP_FINISHED && atomic_load(&p->state) != STATE_INPUT_READY) {
atomic_load       455 libavcodec/pthread_frame.c             while (atomic_load(&p->state) == STATE_SETTING_UP)
atomic_load       530 libavcodec/pthread_frame.c         if (atomic_load(&p->state) != STATE_INPUT_READY) {
atomic_load       631 libavcodec/pthread_frame.c     if(atomic_load(&p->state) == STATE_SETUP_FINISHED){
atomic_load       651 libavcodec/pthread_frame.c         if (atomic_load(&p->state) != STATE_INPUT_READY) {
atomic_load       653 libavcodec/pthread_frame.c             while (atomic_load(&p->state) != STATE_INPUT_READY)
atomic_load       909 libavcodec/pthread_frame.c     if ((avctx->active_thread_type&FF_THREAD_FRAME) && atomic_load(&p->state) != STATE_SETTING_UP &&
atomic_load       926 libavcodec/pthread_frame.c     if (atomic_load(&p->state) != STATE_SETTING_UP &&
atomic_load       954 libavcodec/pthread_frame.c         while (atomic_load(&p->state) != STATE_SETTING_UP)
atomic_load       979 libavcodec/pthread_frame.c     if (atomic_load(&p->state) != STATE_SETTING_UP) {
atomic_load       988 libavcodec/pthread_frame.c     while (atomic_load(&p->state) != STATE_SETTING_UP)
atomic_load       222 libavcodec/v4l2_buffers.c             if (!atomic_load(&s->refcount))
atomic_load       222 libavcodec/v4l2_m2m.c     if (atomic_load(&s->refcount))
atomic_load       256 libavcodec/v4l2_m2m.c     if (atomic_load(&s->refcount))
atomic_load      2327 libavcodec/vp8.c         if (atomic_load(&otd->thread_mb_pos) < tmp) {                         \
atomic_load      2331 libavcodec/vp8.c                 if (atomic_load(&otd->thread_mb_pos) >= tmp)                  \
atomic_load      2347 libavcodec/vp8.c             (next_td != td && pos >= atomic_load(&next_td->wait_mb_pos)) ||   \
atomic_load      2348 libavcodec/vp8.c             (prev_td != td && pos >= atomic_load(&prev_td->wait_mb_pos));     \
atomic_load      2366 libavcodec/vp8.c     int mb_y = atomic_load(&td->thread_mb_pos) >> 16;
atomic_load      2506 libavcodec/vp8.c     int mb_x, mb_y = atomic_load(&td->thread_mb_pos) >> 16, num_jobs = s->num_jobs;
atomic_load       407 libavdevice/android_camera.c     if (atomic_load(&ctx->exit)) {
atomic_load       412 libavdevice/android_camera.c     if (!atomic_load(&ctx->got_image_format)) {
atomic_load       632 libavdevice/android_camera.c     while (!atomic_load(&ctx->got_image_format) && !atomic_load(&ctx->exit)) {
atomic_load       637 libavdevice/android_camera.c     return atomic_load(&ctx->got_image_format);
atomic_load       830 libavdevice/android_camera.c     if (!atomic_load(&ctx->exit)) {
atomic_load       524 libavdevice/v4l2.c     av_assert0(atomic_load(&s->buffers_queued) >= 1);
atomic_load       549 libavdevice/v4l2.c     if (atomic_load(&s->buffers_queued) == FFMAX(s->buffers / 8, 1)) {
atomic_load      1012 libavdevice/v4l2.c     if (atomic_load(&s->buffers_queued) != s->buffers)
atomic_load       138 libavutil/buffer.c     return atomic_load(&buf->buffer->refcount) == 1;
atomic_load       148 libavutil/buffer.c     return atomic_load(&buf->buffer->refcount);