Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread-rwlocks.c88 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()
Dpthread.c59 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()
Dsemaphore.c90 int sem_init(sem_t *sem, int pshared, unsigned int value) in sem_init()