Searched refs:pi_owner (Results 1 – 1 of 1) sorted by relevance
94 struct thread *pi_owner; member1447 if (pi->pi_owner == NULL) in umtx_pi_next()1504 td = pi->pi_owner; in umtx_propagate_priority()1561 thread_lock(pi->pi_owner); in umtx_repropagate_priority()1580 pi->pi_owner = owner; in umtx_pi_setowner()1593 pi->pi_owner = NULL; in umtx_pi_disown()1747 if (pi->pi_owner != NULL) in umtx_pi_unref()2049 if (pi->pi_owner != td && !(rb && pi->pi_owner == NULL)) { in do_unlock_pi()2058 if (pi->pi_owner == td) in do_unlock_pi()2095 if (pi->pi_owner == td) in do_unlock_pi()[all …]