Searched refs:_mutex_owned (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_mutex.c508 if ((error = _mutex_owned(curthread, mp)) != 0)
788 _mutex_owned(struct pthread *curthread, const struct pthread_mutex *mp) function
H A Dthr_cond.c302 if ((error = _mutex_owned(curthread, mp)) != 0)
H A Dthr_private.h741 int _mutex_owned(struct pthread *, const struct pthread_mutex *) __hidden;

Completed in 36 milliseconds