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

/freebsd-10-stable/sys/kern/
H A Dsubr_turnstile.c624 struct thread *std, *xtd; local
627 xtd = TAILQ_FIRST(&ts->ts_blocked[TS_EXCLUSIVE_QUEUE]);
628 if (xtd == NULL || (std != NULL && std->td_priority < xtd->td_priority))
630 return (xtd);

Completed in 44 milliseconds