Home
last modified time | relevance | path

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

/rockchip-linux_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()
/rockchip-linux_mpp/test/
H A Dmpi_dec_mt_test.c50 void *thread_input(void *arg) in thread_input() function
342 ret = pthread_create(&thd_in, &attr, thread_input, &data); in mt_dec_decode()