Searched refs:GSYNC_SHARED (Results 1 – 9 of 9) sorted by relevance
26 #ifndef GSYNC_SHARED27 # define GSYNC_SHARED 0x01 macro38 #define LLL_SHARED GSYNC_SHARED
67 && (((flags) & GSYNC_SHARED) == 0 \75 if ((flags) & GSYNC_SHARED) \
43 ? GSYNC_SHARED : 0) | ((attrp->__prioceiling in __pthread_mutex_init()
39 int flags = mtxp->__flags & GSYNC_SHARED; in __pthread_mutex_transfer_np()
30 int flags = mtxp->__flags & GSYNC_SHARED; in __pthread_mutex_lock()
30 int ret = 0, flags = mtxp->__flags & GSYNC_SHARED; in __pthread_mutex_unlock()
32 int ret, flags = mtxp->__flags & GSYNC_SHARED; in __pthread_mutex_clocklock()
53 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()
30 int flags = isem->pshared ? GSYNC_SHARED : 0; in __sem_post()