Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsaloop/
Dpcmjob.c65 static pthread_once_t pcm_open_mutex_once = PTHREAD_ONCE_INIT; variable
80 pthread_once(&pcm_open_mutex_once, pcm_open_init_mutex); in pcm_open_lock()