STATE_SETTING_UP 210 libavcodec/pthread_frame.c if (atomic_load(&p->state) == STATE_SETTING_UP) STATE_SETTING_UP 417 libavcodec/pthread_frame.c if (atomic_load(&prev_thread->state) == STATE_SETTING_UP) { STATE_SETTING_UP 419 libavcodec/pthread_frame.c while (atomic_load(&prev_thread->state) == STATE_SETTING_UP) STATE_SETTING_UP 439 libavcodec/pthread_frame.c atomic_store(&p->state, STATE_SETTING_UP); STATE_SETTING_UP 455 libavcodec/pthread_frame.c while (atomic_load(&p->state) == STATE_SETTING_UP) STATE_SETTING_UP 470 libavcodec/pthread_frame.c atomic_store(&p->state, STATE_SETTING_UP); STATE_SETTING_UP 909 libavcodec/pthread_frame.c if ((avctx->active_thread_type&FF_THREAD_FRAME) && atomic_load(&p->state) != STATE_SETTING_UP && STATE_SETTING_UP 926 libavcodec/pthread_frame.c if (atomic_load(&p->state) != STATE_SETTING_UP && STATE_SETTING_UP 954 libavcodec/pthread_frame.c while (atomic_load(&p->state) != STATE_SETTING_UP) STATE_SETTING_UP 979 libavcodec/pthread_frame.c if (atomic_load(&p->state) != STATE_SETTING_UP) { STATE_SETTING_UP 988 libavcodec/pthread_frame.c while (atomic_load(&p->state) != STATE_SETTING_UP)