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 | semaphore.c | 90 int sem_init(sem_t *sem, int pshared, unsigned int value) in sem_init()
|
D | pthread.c | 62 int __futex_wake_ex(volatile void *ftx, int pshared, int val) in __futex_wake_ex() 67 int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout) in __futex_wait_ex() 957 int pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared) in pthread_mutexattr_setpshared() 979 int pthread_mutexattr_getpshared(pthread_mutexattr_t *attr, int *pshared) in pthread_mutexattr_getpshared() 1581 int pthread_condattr_getpshared(pthread_condattr_t *attr, int *pshared) in pthread_condattr_getpshared() 1590 int pthread_condattr_setpshared(pthread_condattr_t *attr, int pshared) in pthread_condattr_setpshared()
|