Searched defs:mtx_unlock (Results 1 – 9 of 9) sorted by relevance
109 mtx_unlock(mtx_t *mtx) in mtx_unlock() function
46 #define mtx_unlock(lock) pthread_mutex_unlock(lock) macro
45 #define mtx_unlock(lock) pthread_mutex_unlock(lock) macro
82 mtx_unlock(pthread_mutex_t *lock) in mtx_unlock() function
169 static inline int mtx_unlock(mtx_t *mtx) in mtx_unlock() function
145 mtx_unlock(struct mtx *mp) in mtx_unlock() function
386 #define mtx_unlock(m) mtx_unlock_flags((m), 0) macro
285 mtx_unlock(struct mtx *mtx) in mtx_unlock() function