Searched refs:pthread_error (Results 1 – 2 of 2) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/utest/ |
D | xaf-dec-mix-test.c | 228 int pthread_error; in main() local 391 pthread_error = pthread_join(dec_thread[i], (void **) &pthread_exit_code[i]); in main() 392 if(pthread_error) in main() 394 TRACE(ERROR, _b("decode thread %d join error:%x\n"), i, pthread_error); in main() 397 pthread_error = pthread_join(mixer_thread, (void **) &pthread_exit_code[i]); in main() 398 if(pthread_error) in main() 400 TRACE(ERROR, _b("mixer thread join error:%x\n"), pthread_error); in main()
|
D | xaf-dec-test.c | 196 int pthread_error; in main() local 326 pthread_error = pthread_join(dec_thread, (void **) &pthread_exit_code); in main() 327 if(pthread_error) in main() 329 TRACE(ERROR, _b("decode thread join error:%x\n"), pthread_error); in main()
|