Home
last modified time | relevance | path

Searched refs:pshared (Results 1 – 18 of 18) sorted by relevance

/sysdeps/mach/hurd/htl/
A Dpt-mutexattr-setpshared.c27 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 Dfutex-internal.h29 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 Dpt-barrierattr-setpshared.c23 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 Dpt-condattr-setpshared.c23 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 Dpt-rwlockattr-setpshared.c23 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 Dpt-barrierattr-getpshared.c24 int *pshared) in pthread_barrierattr_getpshared() argument
26 *pshared = attr->__pshared; in pthread_barrierattr_getpshared()
A Dpt-condattr-getpshared.c23 pthread_condattr_getpshared (const pthread_condattr_t *attr, int *pshared) in pthread_condattr_getpshared() argument
25 *pshared = attr->__pshared; in pthread_condattr_getpshared()
A Dpt-rwlockattr-getpshared.c23 pthread_rwlockattr_getpshared (const pthread_rwlockattr_t *attr, int *pshared) in pthread_rwlockattr_getpshared() argument
25 *pshared = attr->__pshared; in pthread_rwlockattr_getpshared()
A Dsem-init.c25 __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 Dsem-post.c30 int flags = isem->pshared ? GSYNC_SHARED : 0; in __sem_post()
A 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()
/sysdeps/unix/sysv/linux/powerpc/
A Delision-unlock.c24 __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 Delision-lock.c40 __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 Dtst-cond23.c27 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 Dfutex-internal.h102 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 Dinternaltypes.h104 int pshared; member
125 int pshared; member
/sysdeps/hppa/nptl/
A Dpthread_spin_init.c22 __pthread_spin_init (pthread_spinlock_t *lock, int pshared) in __pthread_spin_init() argument
/sysdeps/sparc/nptl/
A Dsparc-nptl.h13 unsigned char pshared; member

Completed in 19 milliseconds