Searched refs:thread_output (Results 1 – 2 of 2) sorted by relevance
199 pthread_t thread_output; in main() local219 pthread_create(&thread_output, &attr, task_output, NULL); in main()224 pthread_join(thread_output, &dummy); in main()
107 void *thread_output(void *arg) in thread_output() function348 ret = pthread_create(&thd_out, &attr, thread_output, &data); in mt_dec_decode()