Searched refs:dec_thread (Results 1 – 2 of 2) sorted by relevance
42 pthread_t dec_thread; variable324 pthread_create(&dec_thread, 0, (void *(*)(void *))&comp_process_entry, p_decoder); in main()326 pthread_error = pthread_join(dec_thread, (void **) &pthread_exit_code); in main()
209 pthread_t dec_thread[MAX_INP_STRMS]; in main() local381 … pthread_create(&dec_thread[i], 0, (void *(*)(void*))&comp_process_entry, dec_thread_args[i]); in main()391 pthread_error = pthread_join(dec_thread[i], (void **) &pthread_exit_code[i]); in main()