Searched refs:g_play_thread (Results 1 – 2 of 2) sorted by relevance
24 static pthread_t g_play_thread; variable117 pthread_create(&g_play_thread, &attr, sound_loopback_thread, NULL); in sound_example_loopback_init()118 pthread_setname_np(g_play_thread, "soundplaythread"); in sound_example_loopback_init()
50 static pthread_t g_play_thread; variable208 pthread_create(&g_play_thread, &attr, sound_wav_thread, NULL); in sound_wav_init()209 pthread_setname_np(g_play_thread, "wav_player_thread"); in sound_wav_init()
Completed in 3 milliseconds