Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_task_test.c199 pthread_t thread_output; in main() local
219 pthread_create(&thread_output, &attr, task_output, NULL); in main()
224 pthread_join(thread_output, &dummy); in main()
/rockchip-linux_mpp/test/
H A Dmpi_dec_mt_test.c107 void *thread_output(void *arg) in thread_output() function
348 ret = pthread_create(&thd_out, &attr, thread_output, &data); in mt_dec_decode()