Home
last modified time | relevance | path

Searched refs:__owner_id (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-mutex.h28 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; \
Dpt-mutex-unlock.c44 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()
Dpt-mutex-transfer-np.c61 if (mtxp->__owner_id != self->thread in __pthread_mutex_transfer_np()
65 mtxp->__owner_id = pt->thread; in __pthread_mutex_transfer_np()
Dpt-mutex-consistent.c39 mtxp->__owner_id = _pthread_self ()->thread; in pthread_mutex_consistent()
Dpt-mutex-init.c50 mtxp->__owner_id = 0; in __pthread_mutex_init()
/glibc-2.36/sysdeps/mach/hurd/htl/bits/types/
Dstruct___pthread_mutex.h28 unsigned int __owner_id; member