Searched refs:g_play_mutex (Results 1 – 2 of 2) sorted by relevance
49 static pthread_mutex_t g_play_mutex; variable135 pthread_cond_wait(&g_play_cond, &g_play_mutex); in sound_wav_thread()201 pthread_mutex_init(&g_play_mutex, NULL); in sound_wav_init()
23 static pthread_mutex_t g_play_mutex; variable110 pthread_mutex_init(&g_play_mutex, NULL); in sound_example_loopback_init()
Completed in 3 milliseconds