Searched refs:thd_out (Results 1 – 2 of 2) sorted by relevance
259 pthread_t thd_out = 0; in mt_dec_decode() local355 ret = pthread_create(&thd_out, &attr, thread_output, &data); in mt_dec_decode()375 pthread_join(thd_out, NULL); in mt_dec_decode()
146 pthread_t thd_out; // thread for for packet output member1040 ret = pthread_create(&ctxs[i].thd_out, NULL, enc_test_output, &ctxs[i]); in enc_test_mt()1067 pthread_join(ctxs[i].thd_out, NULL); in enc_test_mt()