Searched refs:lockp (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/librthread/
H A Drthread_rwlock_compat.c35 pthread_rwlock_init(pthread_rwlock_t *lockp, argument
46 *lockp = lock;
53 pthread_rwlock_destroy(pthread_rwlock_t *lockp) argument
57 assert(lockp);
58 lock = *lockp;
68 *lockp = NULL;
74 _rthread_rwlock_ensure_init(pthread_rwlock_t *lockp) argument
82 if (*lockp == NULL)
85 if (*lockp == NULL)
86 ret = pthread_rwlock_init(lockp, NUL
94 _rthread_rwlock_rdlock(pthread_rwlock_t *lockp, const struct timespec *abstime, int try) argument
131 pthread_rwlock_rdlock(pthread_rwlock_t *lockp) argument
137 pthread_rwlock_tryrdlock(pthread_rwlock_t *lockp) argument
143 pthread_rwlock_timedrdlock(pthread_rwlock_t *lockp, const struct timespec *abstime) argument
153 _rthread_rwlock_wrlock(pthread_rwlock_t *lockp, const struct timespec *abstime, int try) argument
197 pthread_rwlock_wrlock(pthread_rwlock_t *lockp) argument
203 pthread_rwlock_trywrlock(pthread_rwlock_t *lockp) argument
209 pthread_rwlock_timedwrlock(pthread_rwlock_t *lockp, const struct timespec *abstime) argument
219 pthread_rwlock_unlock(pthread_rwlock_t *lockp) argument
[all...]
H A Drthread_rwlock.c44 pthread_rwlock_init(pthread_rwlock_t *lockp, argument
53 *lockp = rwlock;
60 pthread_rwlock_destroy(pthread_rwlock_t *lockp) argument
64 rwlock = *lockp;
73 *lockp = NULL;
/openbsd-current/gnu/usr.bin/cvs/src/
H A Drcs.c8323 char *lockfile, *lockp;
8332 for (lockp = lockfile, rcsp = rcsfile; rcsp < rcsbase; ++rcsp)
8333 *lockp++ = *rcsp;
8334 *lockp++ = ',';
8336 *lockp++ = *rcsp++;
8337 *lockp++ = ',';
8338 *lockp = '\0';
8319 char *lockfile, *lockp; local

Completed in 277 milliseconds