I have been working with posix threads and mutex since last few years but was not aware of concept of mutex ownership and user. When exploring this document about Priority inheritance and Priority ceiling in posix, the Note section of page put a doubt in me regarding ownership and user :
Note: The behavior of PTHREAD_PRIO_DEFAULT is the same as the PTHREAD_PRIO_INHERIT attribute. With reference to the mutex locking, the threads acting with the default attribute will temporarily boost the priority of a mutex holder when a user is locked and has a higher priority than the owner. Therefore, there are only three behaviors that are possible, although there are four values for the possible priority in the attribute structure.