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

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

Completed in 178 milliseconds