Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Dout_buf.c116 pthread_cond_wait (&buf->play_cond, &buf->mutex); in read_thread()
214 pthread_cond_init (&buf->play_cond, NULL); in out_buf_init()
236 pthread_cond_signal (&buf->play_cond); in out_buf_destroy()
252 rc = pthread_cond_destroy (&buf->play_cond); in out_buf_destroy()
293 pthread_cond_signal (&buf->play_cond); in out_buf_put()
316 pthread_cond_signal (&buf->play_cond); in out_buf_unpause()
330 pthread_cond_signal (&buf->play_cond); in out_buf_stop()
H A Dout_buf.h20 pthread_cond_t play_cond; /* Something was written to the buffer. */ member