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

/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_atomic.c44 #define mtx_unlock(lock) pthread_mutex_unlock(lock) macro
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dsynch.h84 mtx_unlock(pthread_mutex_t *lock) function
/freebsd-9.3-release/sbin/hastd/
H A Dsynch.h82 mtx_unlock(pthread_mutex_t *lock) function
/freebsd-9.3-release/sys/kern/
H A Dsubr_unit.c139 mtx_unlock(struct mtx *mp) function
/freebsd-9.3-release/sys/sys/
H A Dmutex.h271 #define mtx_unlock(m) mtx_unlock_flags((m), 0) macro

Completed in 57 milliseconds