Home
last modified time | relevance | path

Searched defs:mtx_owned (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsynch.h90 mtx_owned(pthread_mutex_t *lock) in mtx_owned() function
/freebsd/sbin/hastd/
H A Dsynch.h90 mtx_owned(pthread_mutex_t *lock) in mtx_owned() function
/freebsd/sys/sys/
H A Dmutex.h478 #define mtx_owned(m) (mtx_owner(m) == curthread) macro
/freebsd/stand/kshim/
H A Dbsd_kernel.c294 mtx_owned(struct mtx *mtx) in mtx_owned() function