Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_meter.c71 pthread_cond_t running_cond; member
214 pthread_cond_wait(&meter->running_cond, in snd_pcm_meter_thread()
277 pthread_cond_destroy(&meter->running_cond); in snd_pcm_meter_close()
324 pthread_cond_signal(&meter->running_cond); in snd_pcm_meter_start()
485 pthread_cond_signal(&meter->running_cond); in snd_pcm_meter_hw_free()
602 pthread_cond_init(&meter->running_cond, NULL); in snd_pcm_meter_open()