Searched refs:thread_input (Results 1 – 2 of 2) sorted by relevance
198 pthread_t thread_input; in main() local218 pthread_create(&thread_input, &attr, task_input, NULL); in main()222 pthread_join(thread_input, &dummy); in main()
50 void *thread_input(void *arg) in thread_input() function342 ret = pthread_create(&thd_in, &attr, thread_input, &data); in mt_dec_decode()