Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_task_test.c198 pthread_t thread_input; in main() local
218 pthread_create(&thread_input, &attr, task_input, NULL); in main()
222 pthread_join(thread_input, &dummy); in main()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_mt_test.c60 void *thread_input(void *arg) in thread_input() function
349 ret = pthread_create(&thd_in, &attr, thread_input, &data); in mt_dec_decode()