Home
last modified time | relevance | path

Searched refs:GSYNC_SHARED (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/mach/
Dlowlevellock.h26 #ifndef GSYNC_SHARED
27 # define GSYNC_SHARED 0x01 macro
38 #define LLL_SHARED GSYNC_SHARED
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-mutex.h67 && (((flags) & GSYNC_SHARED) == 0 \
75 if ((flags) & GSYNC_SHARED) \
Dpt-mutex-init.c43 ? GSYNC_SHARED : 0) | ((attrp->__prioceiling in __pthread_mutex_init()
Dpt-mutex-transfer-np.c39 int flags = mtxp->__flags & GSYNC_SHARED; in __pthread_mutex_transfer_np()
Dpt-mutex-lock.c30 int flags = mtxp->__flags & GSYNC_SHARED; in __pthread_mutex_lock()
Dpt-mutex-unlock.c30 int ret = 0, flags = mtxp->__flags & GSYNC_SHARED; in __pthread_mutex_unlock()
Dpt-mutex-timedlock.c32 int ret, flags = mtxp->__flags & GSYNC_SHARED; in __pthread_mutex_clocklock()
/glibc-2.36/sysdeps/htl/
Dsem-timedwait.c53 int flags = isem->pshared ? GSYNC_SHARED : 0; in __sem_timedwait_internal()
188 __lll_wake (&isem->value, isem->pshared ? GSYNC_SHARED : 0); in __sem_wait_32_finish()
Dsem-post.c30 int flags = isem->pshared ? GSYNC_SHARED : 0; in __sem_post()