Home
last modified time | relevance | path

Searched refs:__shpid (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/htl/
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()
Dpt-mutex.h68 || (mtx)->__shpid == __getpid ()))
76 (mtx)->__shpid = __getpid (); \
Dpt-mutex-init.c51 mtxp->__shpid = 0; in __pthread_mutex_init()
/glibc-2.36/sysdeps/mach/hurd/htl/bits/types/
Dstruct___pthread_mutex.h30 int __shpid; member