Searched refs:hal_mutex (Results 1 – 3 of 3) sorted by relevance
10 obj-y += hal_mutex.o
11 src/hal_mutex.c
49 snd_mutex_t hal_mutex = NULL; in snd_mutex_init() local51 hal_mutex = hal_mutex_create(); in snd_mutex_init()52 if (hal_mutex == NULL) { in snd_mutex_init()55 return hal_mutex; in snd_mutex_init()
Completed in 7 milliseconds