Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libthr/thread/
HDthr_mutex.c714 bool cvattach, bool rb_onlist) in mutex_lock_common() argument
723 if (!rb_onlist) in mutex_lock_common()
733 if (!rb_onlist && robust) in mutex_lock_common()
785 _mutex_cv_lock(struct pthread_mutex *m, int count, bool rb_onlist) in _mutex_cv_lock() argument
789 error = mutex_lock_common(m, NULL, true, rb_onlist); in _mutex_cv_lock()