Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_common.c80 static void *async_thread_routine(void *args) in async_thread_routine() function
127 ret = pthread_create(&async_module->thread_id, NULL, async_thread_routine, async_module); in ff_dnn_start_inference_async()