Searched refs:uq_thread (Results 1 – 2 of 2) sorted by relevance
1788 if ((uq1 != NULL && UPRI(td) < UPRI(uq1->uq_thread)) || in umtx_pi_adjust_thread()1789 (uq2 != NULL && UPRI(td) > UPRI(uq2->uq_thread))) { in umtx_pi_adjust_thread()1796 td1 = uq1->uq_thread; in umtx_pi_adjust_thread()1922 if (pri > UPRI(uq->uq_thread)) in umtx_repropagate_priority()1923 pri = UPRI(uq->uq_thread); in umtx_repropagate_priority()1933 umtx_pi_adjust_thread(pi, uq_owner->uq_thread); in umtx_repropagate_priority()1989 pri = UPRI(uq->uq_thread); in umtx_pi_claim()2038 td = uq->uq_thread; in umtxq_sleep_pi()2056 pri = UPRI(uq1->uq_thread); in umtxq_sleep_pi()2192 if (pri > UPRI(uq_first2->uq_thread)) in umtx_pi_drop()[all …]
128 struct thread *uq_thread; member