Searched defs:turnstile_interlock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c331 turnstile_interlock(lock_t *wlp, lock_t *volatile *olpp) function
526 if (!turnstile_interlock(t->t_lockp, &owner->t_lockp)) {
529 * turnstile_interlock() will have dropped t's
565 * be dropped. Then, as in the turnstile_interlock() failure

Completed in 71 milliseconds