Searched refs:robust (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_mutexattr.c264 _pthread_mutexattr_getrobust(pthread_mutexattr_t *mattr, int *robust) argument
272 *robust = (*mattr)->m_robust;
278 _pthread_mutexattr_setrobust(pthread_mutexattr_t *mattr, int robust) argument
284 } else if (robust != PTHREAD_MUTEX_STALLED &&
285 robust != PTHREAD_MUTEX_ROBUST) {
289 (*mattr)->m_robust = robust;
H A Dthr_cond.c195 int error, error2, recurse, robust; local
198 robust = _mutex_enter_robust(curthread, mp);
202 if (robust)
229 if (robust) {
231 robust = false;
242 if (robust) {
244 robust = false;
250 if (robust)
H A Dthr_mutex.c159 "mutex %p own %#x is on robust linkage %p %p head %p phead %p",
509 * thread-private linkage of the locked mutexes and on the robust
618 int ret, robust; local
627 robust = _mutex_enter_robust(curthread, m);
636 if (robust)
717 int ret, robust; local
719 robust = 0; /* pacify gcc */
724 robust = _mutex_enter_robust(curthread, m);
733 if (!rb_onlist && robust)
954 int deferred, error, private, robust; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_list.c401 int robust = (flags & UU_WALK_ROBUST); local
406 wp->ulw_robust = robust;
413 if (lp->ul_debug || robust) {
501 int robust = (flags & UU_WALK_ROBUST); local
509 if (lp->ul_debug || robust) {
556 * robust walkers must be advanced. In debug mode, non-robust
565 uu_panic("uu_list_remove(%p, %p): active non-robust "
H A Duu_avl.c313 int robust = (flags & UU_WALK_ROBUST); local
318 wp->uaw_robust = robust;
326 if (ap->ua_debug || robust) {
437 * they are currently using. In debug mode, non-robust walkers
446 uu_panic("uu_avl_remove(%p, %p): active non-robust "

Completed in 114 milliseconds