Symbol: pthread_rwlock_wrlock
include/pthread.h
248
int pthread_rwlock_wrlock(pthread_rwlock_t *);
lib/librthread/pthread.h
83
PROTO_STD_DEPRECATED(pthread_rwlock_wrlock);
regress/lib/libc/stdio_threading/include/local.h
59
if ((r = pthread_rwlock_wrlock(&start))) /* block */
regress/lib/libc/stdio_threading/include/local.h
74
if ((r = pthread_rwlock_wrlock(&start))) /* sync */
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
100
pthread_rwlock_wrlock(&rw);
regress/lib/libpthread/pthread_rwlock2/pthread_rwlock2.c
42
if (pthread_rwlock_wrlock(&rwlock) != 0)
sbin/unwind/libunbound/util/locks.h
121
#define lock_rw_wrlock(lock) LOCKRET(pthread_rwlock_wrlock(lock))
usr.sbin/rpki-client/cert.c
2272
if ((error = pthread_rwlock_wrlock(&cert_lk)) != 0)
usr.sbin/rpki-client/cert.c
2314
if ((error = pthread_rwlock_wrlock(&cert_lk)) != 0)
usr.sbin/rpki-client/crl.c
347
if ((error = pthread_rwlock_wrlock(&crl_lk)) != 0)
usr.sbin/rpki-client/crl.c
373
if ((error = pthread_rwlock_wrlock(&crl_lk)) != 0)
usr.sbin/rpki-client/parser.c
103
if ((error = pthread_rwlock_wrlock(&repos_lk)) != 0)
usr.sbin/rpki-client/parser.c
1160
if ((error = pthread_rwlock_wrlock(&repos_lk)) != 0)
usr.sbin/unbound/util/locks.h
121
#define lock_rw_wrlock(lock) LOCKRET(pthread_rwlock_wrlock(lock))
usr.sbin/vmd/vionet.c
1076
pthread_rwlock_wrlock(&lock);
usr.sbin/vmd/vionet.c
1284
pthread_rwlock_wrlock(&lock);
usr.sbin/vmd/vionet.c
1483
pthread_rwlock_wrlock(&lock);
usr.sbin/vmd/vionet.c
1521
pthread_rwlock_wrlock(&lock);
usr.sbin/vmd/vionet.c
615
pthread_rwlock_wrlock(&lock);