Searched refs:pthread_rwlock_t (Results 1 – 3 of 3) sorted by relevance
848 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock,853 extern int pthread_rwlock_destroy (pthread_rwlock_t *__rwlock)857 extern int pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock)861 extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock)866 extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock,872 extern int pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock)876 extern int pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock)881 extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock,887 extern int pthread_rwlock_unlock (pthread_rwlock_t *__rwlock)
51 typedef pthread_rwlock_t __libc_rwlock_t;492 extern int __pthread_rwlock_init (pthread_rwlock_t *__rwlock,495 extern int __pthread_rwlock_destroy (pthread_rwlock_t *__rwlock);497 extern int __pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock);499 extern int __pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock);501 extern int __pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock);503 extern int __pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock);505 extern int __pthread_rwlock_unlock (pthread_rwlock_t *__rwlock);
198 } pthread_rwlock_t; typedef