Home
last modified time | relevance | path

Searched refs:pthread_rwlock_t (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h848 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)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dlibc-lock.h51 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);
H A Dpthreadtypes.h198 } pthread_rwlock_t; typedef