mtx_unlock
mtx_unlock(mtx_t *mtx)
mtx_unlock(pthread_mutex_t *lock) __unlocks(*lock)
mtx_unlock(struct mtx *mtx)
#define mtx_unlock(lock) pthread_mutex_unlock(lock)
mtx_unlock(struct mtx *mp)
#define mtx_unlock(m) mtx_unlock_flags((m), 0)