Searched defs:pshared (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | pthr_barrier.c | 37 int pshared; member 63 pthread_barrierattr_setpshared(pthread_barrierattr_t *attr, int pshared) in pthread_barrierattr_setpshared() 76 pthread_barrierattr_getpshared(const pthread_barrierattr_t *attr, int *pshared) in pthread_barrierattr_getpshared()
|
H A D | pthr_rwlock.c | 69 pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared() 87 pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *attr, int *pshared) in pthread_rwlockattr_getpshared()
|
H A D | pthr_cond.c | 102 pthread_condattr_setpshared(pthread_condattr_t *attr, int pshared) in pthread_condattr_setpshared() 120 pthread_condattr_getpshared(const pthread_condattr_t *attr, int *pshared) in pthread_condattr_getpshared()
|
H A D | pthr_mutex.c | 72 pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared) in pthread_mutexattr_setpshared() 89 pthread_mutexattr_getpshared(const pthread_mutexattr_t *attr, int *pshared) in pthread_mutexattr_getpshared()
|
H A D | synch.c | 2893 pthread_spin_init(pthread_spinlock_t *lock, int pshared) in pthread_spin_init()
|
/titanic_50/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | xsem.c | 42 xsem_init(xsem_t *sem, int pshared, unsigned int value) in xsem_init()
|
/titanic_50/usr/src/lib/libc/port/rt/ |
H A D | sem.c | 246 sem_init(sem_t *sem, int pshared, uint_t value) in sem_init()
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1201 int pshared; member 1206 int pshared; member 1226 int pshared; member
|