Home
last modified time | relevance | path

Searched defs:lockp (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/librthread/
H A Drthread_rwlock_compat.c35 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 …]
H A Drthread_rwlock.c44 pthread_rwlock_init(pthread_rwlock_t *lockp, in pthread_rwlock_init()
60 pthread_rwlock_destroy(pthread_rwlock_t *lockp) in pthread_rwlock_destroy()
/openbsd-src/gnu/usr.bin/cvs/src/
H A Drcs.c8319 char *lockfile, *lockp; local