Searched refs:__owner_id (Results 1 – 6 of 6) sorted by relevance
28 if (mtxp->__owner_id == NOTRECOVERABLE_ID) \30 else if (mtxp->__owner_id == self->thread \48 if (mtxp->__owner_id == ENOTRECOVERABLE) \52 mtxp->__owner_id = self->thread; \66 ((mtx)->__owner_id == (pt)->thread \74 (mtx)->__owner_id = (pt)->thread; \
44 mtxp->__owner_id = mtxp->__shpid = 0; in __pthread_mutex_unlock()56 mtxp->__owner_id = mtxp->__shpid = 0; in __pthread_mutex_unlock()66 if (mtxp->__owner_id == NOTRECOVERABLE_ID) in __pthread_mutex_unlock()68 else if (mtxp->__owner_id != self->thread in __pthread_mutex_unlock()75 mtxp->__owner_id = ((mtxp->__lock & LLL_DEAD_OWNER) in __pthread_mutex_unlock()
61 if (mtxp->__owner_id != self->thread in __pthread_mutex_transfer_np()65 mtxp->__owner_id = pt->thread; in __pthread_mutex_transfer_np()
39 mtxp->__owner_id = _pthread_self ()->thread; in pthread_mutex_consistent()
50 mtxp->__owner_id = 0; in __pthread_mutex_init()
28 unsigned int __owner_id; member