Searched refs:tbs_out_cv (Results 1 – 2 of 2) sorted by relevance
91 (void) cond_init(&buffers->tbs_out_cv, 0, NULL); in tlm_allocate_buffers()121 (void) cond_destroy(&buffers->tbs_out_cv); in tlm_release_buffers()258 (void) cond_signal(&bufs->tbs_out_cv); in tlm_buffer_release_out_buf()341 (void) cond_reltimedwait(&bufs->tbs_out_cv, &bufs->tbs_mtx, &timo); in tlm_buffer_out_buf_timed_wait()
102 cond_t tbs_out_cv; member