Home
last modified time | relevance | path

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

/AliOS-Things-master/components/uvoice/internal/
A Duvoice_linux.h278 pthread_mutex_t *p_mutex = snd_zalloc(sizeof(pthread_mutex_t), AFM_EXTN); in os_mutex_new() local
279 if (!p_mutex) in os_mutex_new()
281 if (pthread_mutex_init(p_mutex, NULL)) { in os_mutex_new()
282 snd_free(p_mutex); in os_mutex_new()
285 return p_mutex; in os_mutex_new()

Completed in 13 milliseconds