Searched defs:mtx_owned (Results 1 – 3 of 3) sorted by relevance
90 mtx_owned(pthread_mutex_t *lock) in mtx_owned() function
478 #define mtx_owned(m) (mtx_owner(m) == curthread) macro
292 mtx_owned(struct mtx *mtx) in mtx_owned() function