Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_buffers.c91 (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()
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm_buffers.h102 cond_t tbs_out_cv; member