Searched refs:thd_out (Results 1 – 2 of 2) sorted by relevance
246 pthread_t thd_out = 0; in mt_dec_decode() local348 ret = pthread_create(&thd_out, &attr, thread_output, &data); in mt_dec_decode()368 pthread_join(thd_out, NULL); in mt_dec_decode()
135 pthread_t thd_out; // thread for for packet output member1041 ret = pthread_create(&ctxs[i].thd_out, NULL, enc_test_output, &ctxs[i]); in enc_test_mt()1069 pthread_join(ctxs[i].thd_out, NULL); in enc_test_mt()