Lines Matching defs:robust
159 "mutex %p own %#x is on robust linkage %p %p head %p phead %p",
511 * thread-private linkage of the locked mutexes and on the robust
620 int ret, robust;
630 robust = _mutex_enter_robust(curthread, m);
639 if (robust)
720 int ret, robust;
722 robust = 0; /* pacify gcc */
727 robust = _mutex_enter_robust(curthread, m);
736 if (!rb_onlist && robust)
957 int deferred, error, private, robust;
986 robust = _mutex_enter_robust(curthread, m);
997 if (robust)