Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_mt_test.c117 void *thread_output(void *arg) in thread_output() function
355 ret = pthread_create(&thd_out, &attr, thread_output, &data); in mt_dec_decode()