Home
last modified time | relevance | path

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

/dports/audio/libgroove/libgroove-4.3.0/grooveplayer/
H A Dplayer.c57 pthread_cond_t device_thread_cond; member
142 pthread_cond_wait(&p->device_thread_cond, &p->play_head_mutex); in device_thread_run()
301 pthread_cond_signal(&p->device_thread_cond); in sdl_audio_callback()
457 if (pthread_cond_init(&p->device_thread_cond, NULL) != 0) { in groove_player_create()
486 pthread_cond_destroy(&p->device_thread_cond); in groove_player_destroy()
615 pthread_cond_signal(&p->device_thread_cond); in groove_player_detach()