Lines Matching defs:lockp
35 pthread_rwlock_init(pthread_rwlock_t *lockp, in pthread_rwlock_init()
53 pthread_rwlock_destroy(pthread_rwlock_t *lockp) in pthread_rwlock_destroy()
74 _rthread_rwlock_ensure_init(pthread_rwlock_t *lockp) in _rthread_rwlock_ensure_init()
94 _rthread_rwlock_rdlock(pthread_rwlock_t *lockp, const struct timespec *abstime, in _rthread_rwlock_rdlock()
131 pthread_rwlock_rdlock(pthread_rwlock_t *lockp) in pthread_rwlock_rdlock()
137 pthread_rwlock_tryrdlock(pthread_rwlock_t *lockp) in pthread_rwlock_tryrdlock()
143 pthread_rwlock_timedrdlock(pthread_rwlock_t *lockp, in pthread_rwlock_timedrdlock()
153 _rthread_rwlock_wrlock(pthread_rwlock_t *lockp, const struct timespec *abstime, in _rthread_rwlock_wrlock()
197 pthread_rwlock_wrlock(pthread_rwlock_t *lockp) in pthread_rwlock_wrlock()
203 pthread_rwlock_trywrlock(pthread_rwlock_t *lockp) in pthread_rwlock_trywrlock()
209 pthread_rwlock_timedwrlock(pthread_rwlock_t *lockp, in pthread_rwlock_timedwrlock()
219 pthread_rwlock_unlock(pthread_rwlock_t *lockp) in pthread_rwlock_unlock()