Lines Matching defs:rwlock
79 rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr __unused) in rwlock_init()
131 _pthread_rwlock_destroy (pthread_rwlock_t *rwlock) in _pthread_rwlock_destroy()
158 init_static(pthread_t thread, pthread_rwlock_t *rwlock) in init_static()
175 _pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) in _pthread_rwlock_init()
182 rwlock_rdlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime) in rwlock_rdlock_common()
273 _pthread_rwlock_rdlock (pthread_rwlock_t *rwlock) in _pthread_rwlock_rdlock()
279 _pthread_rwlock_timedrdlock (pthread_rwlock_t * __restrict rwlock, in _pthread_rwlock_timedrdlock()
286 _pthread_rwlock_tryrdlock (pthread_rwlock_t *rwlock) in _pthread_rwlock_tryrdlock()
332 _pthread_rwlock_trywrlock (pthread_rwlock_t *rwlock) in _pthread_rwlock_trywrlock()
368 _pthread_rwlock_unlock (pthread_rwlock_t *rwlock) in _pthread_rwlock_unlock()
419 rwlock_wrlock_common (pthread_rwlock_t *rwlock, const struct timespec *abstime) in rwlock_wrlock_common()
491 _pthread_rwlock_wrlock (pthread_rwlock_t *rwlock) in _pthread_rwlock_wrlock()
497 _pthread_rwlock_timedwrlock (pthread_rwlock_t * __restrict rwlock, in _pthread_rwlock_timedwrlock()