Searched refs:pthread_rwlock_t (Results 1 – 25 of 47) sorted by relevance
12
24 _pthread_rwlock_init (pthread_rwlock_t *rwlock, in _pthread_rwlock_init()27 ASSERT_TYPE_SIZE (pthread_rwlock_t, __SIZEOF_PTHREAD_RWLOCK_T); in _pthread_rwlock_init()29 *rwlock = (pthread_rwlock_t) __PTHREAD_RWLOCK_INITIALIZER; in _pthread_rwlock_init()
64 int __pthread_rwlock_rdlock (pthread_rwlock_t *);65 int __pthread_rwlock_wrlock (pthread_rwlock_t *);66 int __pthread_rwlock_unlock (pthread_rwlock_t *);120 int (*ptr_pthread_rwlock_rdlock) (pthread_rwlock_t *);121 int (*ptr_pthread_rwlock_wrlock) (pthread_rwlock_t *);122 int (*ptr_pthread_rwlock_unlock) (pthread_rwlock_t *);
94 extern int __pthread_rwlock_init (pthread_rwlock_t *__rwlock,97 extern int __pthread_rwlock_destroy (pthread_rwlock_t *__rwlock);99 extern int __pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock);101 extern int __pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock);103 extern int __pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock);105 extern int __pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock);107 extern int __pthread_rwlock_unlock (pthread_rwlock_t *__rwlock);
23 _pthread_rwlock_destroy (pthread_rwlock_t *rwlock) in _pthread_rwlock_destroy()
37 pthread_rwlock_t *r; in do_test()71 r = (pthread_rwlock_t *) (((uintptr_t) mem + __alignof (pthread_rwlock_t)) in do_test()72 & ~(__alignof (pthread_rwlock_t) - 1)); in do_test()
39 pthread_rwlock_t *r; in do_test()71 r = (pthread_rwlock_t *) (((uintptr_t) mem + __alignof (pthread_rwlock_t)) in do_test()72 & ~(__alignof (pthread_rwlock_t) - 1)); in do_test()
28 static pthread_rwlock_t rw1 = PTHREAD_RWLOCK_INITIALIZER;29 static pthread_rwlock_t rw2 = PTHREAD_RWLOCK_INITIALIZER;
39 typedef pthread_rwlock_t __libc_rwlock_t;209 extern int __pthread_rwlock_init (pthread_rwlock_t *__rwlock,213 extern int __pthread_rwlock_destroy (pthread_rwlock_t *__rwlock);215 extern int __pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock);218 extern int __pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock);221 extern int __pthread_rwlock_unlock (pthread_rwlock_t *__rwlock);
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)992 (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)1039 (pthread_rwlock_t *__restrict __rwlock,1059 (pthread_rwlock_t *__restrict __rwlock,[all …]
40 pthread_rwlock_t:16pthread_rwlock_t
Completed in 15 milliseconds