Home
last modified time | relevance | path

Searched defs:pshared (Results 1 – 25 of 31) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_barrierattr_getpshared.c25 int *pshared) in pthread_barrierattr_getpshared()
A Dpthread_condattr_getpshared.c25 int *pshared) in pthread_condattr_getpshared()
A Dpthread_rwlockattr_getpshared.c25 int *pshared) in pthread_rwlockattr_getpshared()
A Dpthread_condattr_setpshared.c25 int pshared) in pthread_condattr_setpshared()
A Dpthread_rwlockattr_setpshared.c26 int pshared) in pthread_rwlockattr_setpshared()
A Dpthread_barrierattr_setpshared.c26 int pshared) in pthread_barrierattr_setpshared()
A Dpthread_mutexattr_getpshared.c25 int *pshared) in pthread_mutexattr_getpshared()
A Dpthread_mutexattr_setpshared.c26 int pshared) in pthread_mutexattr_setpshared()
A Dsem_init.c29 int pshared, in sem_init()
A Dpthread_cond_destroy.c28 int pshared = (cond->__data.__mutex == (void *) ~0l) in __pthread_cond_destroy() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dpthread_cond_signal.c34 int pshared = (cond->__data.__mutex == (void *) ~0l) in __pthread_cond_signal() local
A Dpthread_spin_init.c23 pthread_spin_init (pthread_spinlock_t *lock, int pshared) in pthread_spin_init()
A Dpthread_cond_broadcast.c34 int pshared = (cond->__data.__mutex == (void *) ~0l) in __pthread_cond_broadcast() local
A Dpthread_cond_wait.c43 int pshared = (cbuffer->cond->__data.__mutex == (void *) ~0l) in __condvar_cleanup() local
99 int pshared = (cond->__data.__mutex == (void *) ~0l) in __pthread_cond_wait() local
A Dpthread_cond_timedwait.c55 int pshared = (cond->__data.__mutex == (void *) ~0l) in __pthread_cond_timedwait() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/
A Dsem_init.c28 sem_init (sem, pshared, value) in sem_init() argument
A Dinternaltypes.h14 unsigned char pshared; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dbarrier.c110 int *pshared) in __pthread_barrierattr_getpshared()
117 pthread_barrierattr_setpshared(pthread_barrierattr_t *attr, int pshared) in pthread_barrierattr_setpshared()
A Dsemaphore.c27 int sem_init(sem_t *sem, int pshared, unsigned int value) in sem_init()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dbarrier.c111 int *pshared) in __pthread_barrierattr_getpshared()
118 pthread_barrierattr_setpshared(pthread_barrierattr_t *attr, int pshared) in pthread_barrierattr_setpshared()
A Dsemaphore.c25 int sem_init(sem_t *sem, int pshared, unsigned int value) in sem_init()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cond23.c28 check (pthread_condattr_t *condattr, int pshared, clockid_t cl) in check()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dmutex.c241 int *pshared) in __pthread_mutexattr_getpshared()
249 int __pthread_mutexattr_setpshared (pthread_mutexattr_t *attr attribute_unused, int pshared) in __pthread_mutexattr_setpshared()
A Drwlock.c447 pthread_rwlockattr_getpshared (const pthread_rwlockattr_t *attr, int *pshared) in pthread_rwlockattr_getpshared()
455 pthread_rwlockattr_setpshared (pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dinternaltypes.h89 int pshared; member
107 int pshared; member

Completed in 13 milliseconds

12