Home
last modified time | relevance | path

Searched refs:thd_out (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/test/
H A Dmpi_dec_mt_test.c246 pthread_t thd_out = 0; in mt_dec_decode() local
348 ret = pthread_create(&thd_out, &attr, thread_output, &data); in mt_dec_decode()
368 pthread_join(thd_out, NULL); in mt_dec_decode()
H A Dmpi_enc_mt_test.c135 pthread_t thd_out; // thread for for packet output member
1041 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()