Searched refs:exit_mutex (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dinitiator.c242 ISCSI_MUTEX_INIT(&s->tx_worker.exit_mutex, return -1);
246 ISCSI_MUTEX_INIT(&s->rx_worker.exit_mutex, return -1);
301 ISCSI_LOCK(&s->tx_worker.exit_mutex, return -1);
308 ISCSI_WAIT(&s->tx_worker.exit_cond, &s->tx_worker.exit_mutex,
310 ISCSI_UNLOCK(&s->tx_worker.exit_mutex, return -1);
430 ISCSI_MUTEX_DESTROY(&sess->tx_worker.exit_mutex, return -1);
434 ISCSI_MUTEX_DESTROY(&sess->rx_worker.exit_mutex, return -1);
979 ISCSI_MUTEX_INIT(&g_enqueue_worker.exit_mutex, INIT_ERROR);
981 ISCSI_LOCK(&g_enqueue_worker.exit_mutex, INIT_ERROR);
992 ISCSI_WAIT(&g_enqueue_worker.exit_cond, &g_enqueue_worker.exit_mutex,
[all...]
/netbsd-current/external/bsd/iscsi/dist/include/
H A Discsiutil.h396 iscsi_mutex_t exit_mutex; member in struct:__anon1208

Completed in 106 milliseconds