Home
last modified time | relevance | path

Searched refs:tc_mtx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_buffers.c362 (void) mutex_lock(&cmd->tc_mtx); in tlm_cmd_wait()
365 (void) cond_wait(&cmd->tc_cv, &cmd->tc_mtx); in tlm_cmd_wait()
368 (void) mutex_unlock(&cmd->tc_mtx); in tlm_cmd_wait()
381 (void) mutex_lock(&cmd->tc_mtx); in tlm_cmd_signal()
386 (void) mutex_unlock(&cmd->tc_mtx); in tlm_cmd_signal()
H A Dtlm_lib.c430 (void) mutex_init(&cmd->tc_mtx, 0, NULL); in tlm_create_reader_writer_ipc()
443 (void) mutex_lock(&cmd->tc_mtx); in tlm_release_reader_writer_ipc()
446 (void) mutex_unlock(&cmd->tc_mtx); in tlm_release_reader_writer_ipc()
447 (void) mutex_destroy(&cmd->tc_mtx); in tlm_release_reader_writer_ipc()
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm_buffers.h111 mutex_t tc_mtx; member