Searched refs:uq_thread (Results 1 – 2 of 2) sorted by relevance
1785 td1 = uq1->uq_thread; in umtx_pi_adjust_thread()1911 if (pri > UPRI(uq->uq_thread)) in umtx_repropagate_priority()1912 pri = UPRI(uq->uq_thread); in umtx_repropagate_priority()1978 pri = UPRI(uq->uq_thread); in umtx_pi_claim()2027 td = uq->uq_thread; in umtxq_sleep_pi()2045 pri = UPRI(uq1->uq_thread); in umtxq_sleep_pi()2643 if (pri > UPRI(uq2->uq_thread)) in do_lock_pp()2644 pri = UPRI(uq2->uq_thread); in do_lock_pp()2663 pri = UPRI(uq2->uq_thread); in do_lock_pp()2753 pri = UPRI(uq2->uq_thread); in do_unlock_pp()[all …]
128 struct thread *uq_thread; member