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

/freebsd-11-stable/lib/libstdthreads/
H A Dmtx.c110 mtx_unlock(mtx_t *mtx) function
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_atomic.c44 #define mtx_unlock(lock) pthread_mutex_unlock(lock) macro
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsynch.h82 mtx_unlock(pthread_mutex_t *lock) function
/freebsd-11-stable/sys/kern/
H A Dsubr_unit.c144 mtx_unlock(struct mtx *mp) function
/freebsd-11-stable/sys/sys/
H A Dmutex.h382 #define mtx_unlock(m) mtx_unlock_flags((m), 0) macro
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c273 mtx_unlock(struct mtx *mtx) function
[all...]

Completed in 76 milliseconds