Searched refs:mixer_thread (Results 1 – 2 of 2) sorted by relevance
146 pthread_create(&shared_ext_pcm->mixer_thread, (const pthread_attr_t *)NULL, in ext_pcm_open()177 int ret = pthread_join(ext_pcm->mixer_thread, &ret_val); in ext_pcm_close()182 pthread_kill(ext_pcm->mixer_thread, SIGINT); in ext_pcm_close()
41 pthread_t mixer_thread; member