Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_mt_test.c259 pthread_t thd_out = 0; in mt_dec_decode() local
355 ret = pthread_create(&thd_out, &attr, thread_output, &data); in mt_dec_decode()
375 pthread_join(thd_out, NULL); in mt_dec_decode()
H A Dmpi_enc_mt_test.cpp146 pthread_t thd_out; // thread for for packet output member
1040 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()