/sysdeps/mach/hurd/htl/ |
A D | pt-mutexattr-setpshared.c | 27 pthread_mutexattr_setpshared (pthread_mutexattr_t *attrp, int pshared) in pthread_mutexattr_setpshared() argument 29 if (pshared != PTHREAD_PROCESS_PRIVATE && pshared != PTHREAD_PROCESS_SHARED) in pthread_mutexattr_setpshared() 32 attrp->__pshared = pshared; in pthread_mutexattr_setpshared()
|
/sysdeps/htl/ |
A D | futex-internal.h | 29 futex_supports_pshared (int pshared) in futex_supports_pshared() argument 31 if (__glibc_likely (pshared == PTHREAD_PROCESS_PRIVATE)) in futex_supports_pshared() 33 else if (pshared == PTHREAD_PROCESS_SHARED) in futex_supports_pshared()
|
A D | pt-barrierattr-setpshared.c | 23 pthread_barrierattr_setpshared (pthread_barrierattr_t *attr, int pshared) in pthread_barrierattr_setpshared() argument 25 switch (pshared) in pthread_barrierattr_setpshared() 28 attr->__pshared = pshared; in pthread_barrierattr_setpshared()
|
A D | pt-condattr-setpshared.c | 23 pthread_condattr_setpshared (pthread_condattr_t *attr, int pshared) in pthread_condattr_setpshared() argument 25 switch (pshared) in pthread_condattr_setpshared() 28 attr->__pshared = pshared; in pthread_condattr_setpshared()
|
A D | pt-rwlockattr-setpshared.c | 23 pthread_rwlockattr_setpshared (pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared() argument 25 switch (pshared) in pthread_rwlockattr_setpshared() 28 attr->__pshared = pshared; in pthread_rwlockattr_setpshared()
|
A D | pt-barrierattr-getpshared.c | 24 int *pshared) in pthread_barrierattr_getpshared() argument 26 *pshared = attr->__pshared; in pthread_barrierattr_getpshared()
|
A D | pt-condattr-getpshared.c | 23 pthread_condattr_getpshared (const pthread_condattr_t *attr, int *pshared) in pthread_condattr_getpshared() argument 25 *pshared = attr->__pshared; in pthread_condattr_getpshared()
|
A D | pt-rwlockattr-getpshared.c | 23 pthread_rwlockattr_getpshared (const pthread_rwlockattr_t *attr, int *pshared) in pthread_rwlockattr_getpshared() argument 25 *pshared = attr->__pshared; in pthread_rwlockattr_getpshared()
|
A D | sem-init.c | 25 __sem_init (sem_t *sem, int pshared, unsigned value) in __sem_init() argument 37 *isem = (struct new_sem) __SEMAPHORE_INITIALIZER (value, pshared); in __sem_init()
|
A D | sem-post.c | 30 int flags = isem->pshared ? GSYNC_SHARED : 0; in __sem_post()
|
A D | sem-timedwait.c | 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()
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | elision-unlock.c | 24 __lll_unlock_elision (int *lock, short *adapt_count, int pshared) in __lll_unlock_elision() argument 40 lll_unlock ((*lock), pshared); in __lll_unlock_elision()
|
A D | elision-lock.c | 40 __lll_lock_elision (int *lock, short *adapt_count, EXTRAARG int pshared) in __lll_lock_elision() argument 79 return LLL_LOCK ((*lock), pshared); in __lll_lock_elision()
|
/sysdeps/pthread/ |
A D | tst-cond23.c | 27 check (pthread_condattr_t *condattr, int pshared, clockid_t cl) in check() argument 48 else if (p != pshared) in check() 51 p, pshared); in check()
|
/sysdeps/nptl/ |
A D | futex-internal.h | 102 futex_supports_pshared (int pshared) in futex_supports_pshared() argument 104 if (__glibc_likely (pshared == PTHREAD_PROCESS_PRIVATE)) in futex_supports_pshared() 106 else if (pshared == PTHREAD_PROCESS_SHARED) in futex_supports_pshared()
|
A D | internaltypes.h | 104 int pshared; member 125 int pshared; member
|
/sysdeps/hppa/nptl/ |
A D | pthread_spin_init.c | 22 __pthread_spin_init (pthread_spinlock_t *lock, int pshared) in __pthread_spin_init() argument
|
/sysdeps/sparc/nptl/ |
A D | sparc-nptl.h | 13 unsigned char pshared; member
|