Searched defs:pshared (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/bionic/ |
D | pthread-rwlocks.c | 88 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared() 103 int pthread_rwlockattr_getpshared(pthread_rwlockattr_t *attr, int *pshared) in pthread_rwlockattr_getpshared()
|
D | pthread.c | 59 int __futex_wake_ex(volatile void *ftx, int pshared, int val) in __futex_wake_ex() 64 int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout) in __futex_wait_ex() 829 int pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared) in pthread_mutexattr_setpshared() 851 int pthread_mutexattr_getpshared(pthread_mutexattr_t *attr, int *pshared) in pthread_mutexattr_getpshared() 1346 int pthread_condattr_getpshared(pthread_condattr_t *attr, int *pshared) in pthread_condattr_getpshared() 1355 int pthread_condattr_setpshared(pthread_condattr_t *attr, int pshared) in pthread_condattr_setpshared()
|
D | semaphore.c | 90 int sem_init(sem_t *sem, int pshared, unsigned int value) in sem_init()
|