Lines Matching refs:private
227 int private = __pthread_rwlock_get_private (rwlock); in __pthread_rwlock_rdunlock() local
272 futex_wake (&rwlock->__data.__wrphase_futex, INT_MAX, private); in __pthread_rwlock_rdunlock()
276 futex_wake (&rwlock->__data.__readers, INT_MAX, private); in __pthread_rwlock_rdunlock()
331 int private = __pthread_rwlock_get_private (rwlock); in __pthread_rwlock_rdlock_full64() local
334 private); in __pthread_rwlock_rdlock_full64()
416 int private = __pthread_rwlock_get_private (rwlock); in __pthread_rwlock_rdlock_full64() local
417 futex_wake (&rwlock->__data.__wrphase_futex, INT_MAX, private); in __pthread_rwlock_rdlock_full64()
454 int private = __pthread_rwlock_get_private (rwlock); in __pthread_rwlock_rdlock_full64() local
462 clockid, abstime, private); in __pthread_rwlock_rdlock_full64()
529 int private = __pthread_rwlock_get_private (rwlock); in __pthread_rwlock_wrunlock() local
577 futex_wake (&rwlock->__data.__wrphase_futex, INT_MAX, private); in __pthread_rwlock_wrunlock()
583 futex_wake (&rwlock->__data.__writers_futex, 1, private); in __pthread_rwlock_wrunlock()
703 int private = __pthread_rwlock_get_private (rwlock); in __pthread_rwlock_wrlock_full64() local
732 clockid, abstime, private); in __pthread_rwlock_wrlock_full64()
823 int private = __pthread_rwlock_get_private (rwlock); in __pthread_rwlock_wrlock_full64() local
831 clockid, abstime, private); in __pthread_rwlock_wrlock_full64()
863 1, private); in __pthread_rwlock_wrlock_full64()
905 1, private); in __pthread_rwlock_wrlock_full64()
909 INT_MAX, private); in __pthread_rwlock_wrlock_full64()