Home
last modified time | relevance | path

Searched refs:mutex_lock_common (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_mutex.c716 mutex_lock_common(struct pthread_mutex *m, const struct timespec *abstime, in mutex_lock_common() function
753 ret = mutex_lock_common(m, NULL, false, false); in __Tthr_mutex_lock()
767 ret = mutex_lock_common(m, abstime, false, false); in __pthread_mutex_timedlock()
792 error = mutex_lock_common(m, NULL, true, rb_onlist); in _mutex_cv_lock()