Lines Matching refs:pthread_rwlock_t
967 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock,
972 extern int pthread_rwlock_destroy (pthread_rwlock_t *__rwlock)
976 extern int pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock)
980 extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock)
986 extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock,
992 (pthread_rwlock_t *__restrict __rwlock,
1004 extern int pthread_rwlock_clockrdlock (pthread_rwlock_t *__restrict __rwlock,
1011 (pthread_rwlock_t *__restrict __rwlock,
1023 extern int pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock)
1027 extern int pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock)
1033 extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock,
1039 (pthread_rwlock_t *__restrict __rwlock,
1051 extern int pthread_rwlock_clockwrlock (pthread_rwlock_t *__restrict __rwlock,
1059 (pthread_rwlock_t *__restrict __rwlock,
1071 extern int pthread_rwlock_unlock (pthread_rwlock_t *__rwlock)