Symbol: pthread_cond_wait
include/pthread.h
212
int pthread_cond_wait(pthread_cond_t *, pthread_mutex_t *);
lib/libc/hidden/pthread.h
29
PROTO_STD_DEPRECATED(pthread_cond_wait);
lib/librthread/rthread_barrier.c
129
if ((rc = pthread_cond_wait(&b->cond, &b->mutex)))
regress/lib/libc/stdio_threading/flockfile/flockfile_test.c
66
if ((r = pthread_cond_wait(&cond, &lock)))
regress/lib/libpthread/errno/errno.c
48
CHECKe(pthread_cond_wait(&c, &m));
regress/lib/libpthread/group/group.c
172
pthread_cond_wait(&done, &display);
regress/lib/libpthread/pcap/pcap.c
69
CHECKr(pthread_cond_wait(&syncer, &dummy));
regress/lib/libpthread/pcap/pcap.c
71
CHECKr(pthread_cond_wait(&syncer, &dummy));
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
108
pthread_cond_wait(&c, &m);
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
143
pthread_cond_wait(&c, &m);
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
50
pthread_cond_wait(&c, &m);
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
66
pthread_cond_wait(&c, &m);
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
75
pthread_cond_wait(&c, &m);
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
91
pthread_cond_wait(&c, &m);
regress/sys/kern/pipe/test-run-down.c
163
error = pthread_cond_wait(&ctx.c_cv, &ctx.c_mtx);
usr.sbin/rpki-client/parser.c
1045
error = pthread_cond_wait(&globalq_cond, &globalq_mtx);
usr.sbin/rpki-client/parser.c
1107
error = pthread_cond_wait(&globalmsgq_cond,
usr.sbin/vmd/vm.c
722
ret = pthread_cond_wait(&threadcond, &threadmutex);
usr.sbin/vmd/vm.c
847
ret = pthread_cond_wait(&vcpu_unpause_cond[n],
usr.sbin/vmd/vm.c
867
ret = pthread_cond_wait(&vcpu_run_cond[n],