Searched refs:buf_cond (Results 1 – 3 of 3) sorted by relevance
293 pthread_cond_t buf_cond; member
1117 pthread_cond_destroy(&my_obj->buf_cond); in mm_stream_release()1159 rc = pthread_cond_timedwait(&my_obj->buf_cond, &my_obj->buf_lock, &ts); in mm_stream_streamon()1871 pthread_cond_signal(&my_obj->buf_cond); in mm_stream_map_buf()1946 pthread_cond_signal(&my_obj->buf_cond); in mm_stream_map_bufs()
1296 pthread_cond_init(&stream_obj->buf_cond, NULL); in mm_channel_add_stream()1307 pthread_cond_destroy(&stream_obj->buf_cond); in mm_channel_add_stream()