Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/
Dconf.c442 static pthread_once_t snd_config_update_mutex_once = PTHREAD_ONCE_INIT; variable
513 pthread_once(&snd_config_update_mutex_once, snd_config_init_mutex); in snd_config_lock()