Searched defs:lockp (Results 1 – 3 of 3) sorted by relevance
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()[all …]
44 pthread_rwlock_init(pthread_rwlock_t *lockp, in pthread_rwlock_init()60 pthread_rwlock_destroy(pthread_rwlock_t *lockp) in pthread_rwlock_destroy()
8319 char *lockfile, *lockp; local