Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-dec-mix-test.c228 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()
Dxaf-dec-test.c196 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()