Searched refs:buf_cond (Results 1 – 3 of 3) sorted by relevance
347 pthread_cond_t buf_cond; member
1020 pthread_cond_init(&my_obj->buf_cond, NULL); in mm_stream_init()1045 pthread_cond_destroy(&my_obj->buf_cond); in mm_stream_deinit()1332 rc = pthread_cond_timedwait(&my_obj->buf_cond, &my_obj->buf_lock, &ts); in mm_stream_streamon()2179 pthread_cond_signal(&my_obj->buf_cond); in mm_stream_map_buf()2262 pthread_cond_signal(&my_obj->buf_cond); in mm_stream_map_bufs()
1608 pthread_cond_destroy(&stream_obj->buf_cond); in mm_channel_add_stream()