Searched defs:mtx_unlock (Results 1 – 4 of 4) sorted by relevance
58 mtx_unlock(mtx_t *mtx) { in mtx_unlock() function
48 #define mtx_unlock(lock) pthread_mutex_unlock(lock) macro
158 mtx_unlock(struct mtx *mp) in mtx_unlock() function
387 #define mtx_unlock(m) mtx_unlock_flags((m), 0) macro