Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_mqueue.c175 struct mtx mq_mutex; member
1607 mtx_init(&mq->mq_mutex, "mqueue lock", NULL, MTX_DEF); in mqueue_alloc()
1608 knlist_init_mtx(&mq->mq_rsel.si_note, &mq->mq_mutex); in mqueue_alloc()
1609 knlist_init_mtx(&mq->mq_wsel.si_note, &mq->mq_mutex); in mqueue_alloc()
1627 mtx_destroy(&mq->mq_mutex); in mqueue_free()
1763 mtx_lock(&mq->mq_mutex); in _mqueue_send()
1766 mtx_unlock(&mq->mq_mutex); in _mqueue_send()
1770 error = msleep(&mq->mq_senders, &mq->mq_mutex, in _mqueue_send()
1777 mtx_unlock(&mq->mq_mutex); in _mqueue_send()
1805 mtx_unlock(&mq->mq_mutex); in _mqueue_send()
[all …]