Home
last modified time | relevance | path

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

/openbsd/lib/librthread/
H A Drthread_rwlock_compat.c35 pthread_rwlock_init(pthread_rwlock_t *lockp, in pthread_rwlock_init() argument
46 *lockp = lock; in pthread_rwlock_init()
57 assert(lockp); in pthread_rwlock_destroy()
58 lock = *lockp; in pthread_rwlock_destroy()
68 *lockp = NULL; in pthread_rwlock_destroy()
82 if (*lockp == NULL) in _rthread_rwlock_ensure_init()
85 if (*lockp == NULL) in _rthread_rwlock_ensure_init()
86 ret = pthread_rwlock_init(lockp, NULL); in _rthread_rwlock_ensure_init()
104 lock = *lockp; in _rthread_rwlock_rdlock()
163 lock = *lockp; in _rthread_rwlock_wrlock()
[all …]
H A Drthread_rwlock.c44 pthread_rwlock_init(pthread_rwlock_t *lockp, in pthread_rwlock_init() argument
53 *lockp = rwlock; in pthread_rwlock_init()
60 pthread_rwlock_destroy(pthread_rwlock_t *lockp) in pthread_rwlock_destroy() argument
64 rwlock = *lockp; in pthread_rwlock_destroy()
73 *lockp = NULL; in pthread_rwlock_destroy()
/openbsd/gnu/usr.bin/cvs/src/
H A Drcs.c8319 char *lockfile, *lockp; local
8328 for (lockp = lockfile, rcsp = rcsfile; rcsp < rcsbase; ++rcsp)
8329 *lockp++ = *rcsp;
8330 *lockp++ = ',';
8332 *lockp++ = *rcsp++;
8333 *lockp++ = ',';
8334 *lockp = '\0';