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

/freebsd-10.1-release/sys/kern/
H A Dkern_umtx.c107 struct thread *uq_thread; member in struct:umtx_q
1613 if ((uq1 != NULL && UPRI(td) < UPRI(uq1->uq_thread)) ||
1614 (uq2 != NULL && UPRI(td) > UPRI(uq2->uq_thread))) {
1621 td1 = uq1->uq_thread;
1702 if (pri > UPRI(uq->uq_thread))
1703 pri = UPRI(uq->uq_thread);
1713 umtx_pi_adjust_thread(pi, uq_owner->uq_thread);
1760 pri = UPRI(uq->uq_thread);
1806 td = uq->uq_thread;
1807 KASSERT(td == curthread, ("inconsistent uq_thread"));
[all...]

Completed in 98 milliseconds