Searched refs:mtx_unlock (Results 1 – 4 of 4) sorted by relevance
59 mtx_unlock(&mq->lock); \73 mtx_unlock(&mq->lock); \108 mtx_unlock(&mq->lock); \
21 void mtx_unlock(mtx_t *mtx);
12 mtx_unlock(&mtx); in TEST_BEGIN()31 mtx_unlock(&arg->mtx); in thd_start()
56 mtx_unlock(mtx_t *mtx) in mtx_unlock() function