Home
last modified time | relevance | path

Searched refs:thread_ctx (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpthread_slice.c61 SliceThreadContext *c = avctx->internal->thread_ctx; in main_function()
68 SliceThreadContext *c = avctx->internal->thread_ctx; in worker_func()
79 SliceThreadContext *c = avctx->internal->thread_ctx; in ff_slice_thread_free()
92 av_freep(&avctx->internal->thread_ctx); in ff_slice_thread_free()
97 SliceThreadContext *c = avctx->internal->thread_ctx; in thread_execute()
116 SliceThreadContext *c = avctx->internal->thread_ctx; in thread_execute2()
123 SliceThreadContext *c = avctx->internal->thread_ctx; in ff_slice_thread_execute_with_mainfunc()
157 avctx->internal->thread_ctx = c = av_mallocz(sizeof(*c)); in ff_slice_thread_init()
162 av_freep(&avctx->internal->thread_ctx); in ff_slice_thread_init()
176 SliceThreadContext *p = avctx->internal->thread_ctx; in ff_thread_report_progress2()
[all …]
Dpthread_frame.c525 FrameThreadContext *fctx = avctx->internal->thread_ctx; in ff_thread_decode_frame()
615 p = f->owner[field]->internal->thread_ctx; in ff_thread_report_progress()
638 p = f->owner[field]->internal->thread_ctx; in ff_thread_await_progress()
651 PerThreadContext *p = avctx->internal->thread_ctx; in ff_thread_finish_setup()
717 DEFINE_OFFSET_ARRAY(FrameThreadContext, thread_ctx,
764 FrameThreadContext *fctx = avctx->internal->thread_ctx; in ff_frame_thread_free()
830 av_freep(&avctx->internal->thread_ctx); in ff_frame_thread_free()
861 copy->internal->thread_ctx = p; in init_thread()
935 avctx->internal->thread_ctx = fctx = av_mallocz(sizeof(FrameThreadContext)); in ff_frame_thread_init()
942 av_freep(&avctx->internal->thread_ctx); in ff_frame_thread_init()
[all …]
Dinternal.h150 void *thread_ctx; member
Davcodec.c449 if (HAVE_THREADS && avci->thread_ctx) in avcodec_open2()
582 if (HAVE_THREADS && avctx->internal->thread_ctx) in avcodec_close()
/third_party/libuv/test/
Dtest-pipe-set-non-blocking.c24 struct thread_ctx { struct
30 struct thread_ctx* ctx; in thread_main() argument
68 struct thread_ctx ctx; in TEST_IMPL()
Dtest-eintr-handling.c44 struct thread_ctx { struct
65 struct thread_ctx ctx; in TEST_IMPL() argument
Dtest-fs.c3461 struct thread_ctx { struct
3471 const struct thread_ctx* ctx; in thread_main() argument
3475 ctx = (struct thread_ctx*)arg; in thread_main()
3520 struct thread_ctx ctx; in test_fs_partial()
/third_party/libuv/src/win/
Dthread.c90 struct thread_ctx { struct
98 struct thread_ctx *ctx_p; in uv__thread_start() argument
99 struct thread_ctx ctx; in uv__thread_start()
124 struct thread_ctx* ctx; in uv_thread_create_ex()