Searched defs:mtx_unlock (Results 1 – 10 of 10) sorted by relevance
109 mtx_unlock(mtx_t *mtx) in mtx_unlock() function
45 #define mtx_unlock(lock) pthread_mutex_unlock(lock) macro
82 mtx_unlock(pthread_mutex_t *lock) __unlocks(*lock) mtx_unlock() function
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
390 #define mtx_unlock(m) mtx_unlock_flags((m), 0) macro
287 mtx_unlock(struct mtx *mtx) mtx_unlock() function [all...]