Searched defs:mtx_unlock (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/lib/libstdthreads/
H A Dmtx.c109 mtx_unlock(mtx_t *mtx) function
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_atomic.c45 #define mtx_unlock(lock) pthread_mutex_unlock(lock) macro
/freebsd-current/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_atomic.c45 #define mtx_unlock(lock) pthread_mutex_unlock(lock) macro
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dsynch.h82 mtx_unlock(pthread_mutex_t *lock) function
/freebsd-current/contrib/processor-trace/include/posix/
H A Dthreads.h169 static inline int mtx_unlock(mtx_t *mtx) function
/freebsd-current/contrib/processor-trace/include/windows/
H A Dthreads.h169 static inline int mtx_unlock(mtx_t *mtx) function
/freebsd-current/sys/kern/
H A Dsubr_unit.c145 mtx_unlock(struct mtx *mp) function
/freebsd-current/sys/sys/
H A Dmutex.h390 #define mtx_unlock(m) mtx_unlock_flags((m), 0) macro
/freebsd-current/stand/kshim/
H A Dbsd_kernel.c287 mtx_unlock(struct mtx *mtx) function
[all...]

Completed in 127 milliseconds