Searched refs:pthread_cond_wait (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/include/isc/
H A Dcondition.h38 ((pthread_cond_wait((cp), &((mp)->mutex)) == 0) ? \
42 ((pthread_cond_wait((cp), (mp)) == 0) ? \
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dcondition.h38 ((pthread_cond_wait((cp), &((mp)->mutex)) == 0) ? \
42 ((pthread_cond_wait((cp), (mp)) == 0) ? \
/freebsd-9.3-release/tools/regression/pthread/unwind/
H A Dcond_wait_cancel.cpp2 /* Test stack unwinding for pthread_cond_wait function */
20 pthread_cond_wait(&cv, &mtx);
H A Dcond_wait_cancel2.cpp24 pthread_cond_wait(&cv, &mtx);
/freebsd-9.3-release/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c45 pthread_cond_wait(&cv, &m);
/freebsd-9.3-release/contrib/gcclibs/libgomp/config/posix/
H A Dsem.c73 ret = pthread_cond_wait (&sem->cond, &sem->mutex);
/freebsd-9.3-release/contrib/libc++/src/
H A Dcondition_variable.cpp40 int ec = pthread_cond_wait(&__cv_, lk.mutex()->native_handle());
H A Dmutex.cpp223 pthread_cond_wait(&cv, &mut);
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-posix.c147 pthread_cond_wait (pthread_cond_t *cond ATTRIBUTE_UNUSED, function
H A Dgthr-posix.h117 __gthrw3(pthread_cond_wait)
126 __gthrw(pthread_cond_wait)
546 return __gthrw_(pthread_cond_wait) ((pthread_cond_t *) condition->backend,
H A Dgthr-posix95.h91 __gthrw(pthread_cond_wait)
506 return __gthrw_(pthread_cond_wait) ((pthread_cond_t *) condition->backend,
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c367 pthread_cond_wait(&slot->wip_cv, &wq->wq_donequeue_lock);
418 pthread_cond_wait(&wq->wq_work_avail,
472 pthread_cond_wait(&wq->wq_work_avail,
498 pthread_cond_wait(&wq->wq_done_cv,
560 pthread_cond_wait(&wq->wq_work_removed, &wq->wq_queue_lock);
931 pthread_cond_wait(&wq.wq_alldone_cv, &wq.wq_queue_lock);
/freebsd-9.3-release/cddl/contrib/opensolaris/head/
H A Dthread.h65 #define cond_wait(l,m) pthread_cond_wait(l,m)
/freebsd-9.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_event.c143 if (pthread_cond_wait
H A Dcl_threadpool.c64 pthread_cond_wait(&p_thread_pool->cond,
H A Dcl_timer.c133 * pthread_cond_wait atomically unlocks the mutex (as per
138 * entrance to pthread_cond_wait. Before RETURNING TO THE
142 ret = pthread_cond_wait(&gp_timer_prov->cond,
364 pthread_cond_wait(&p_timer->cond, &gp_timer_prov->mutex);
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dmonitor.c126 r = pthread_cond_wait(&Mon_cv, &Mon_mutex);
/freebsd-9.3-release/sbin/hastd/
H A Dsynch.h157 error = pthread_cond_wait(cv, lock);
/freebsd-9.3-release/usr.bin/csup/
H A Dthreads.c134 pthread_cond_wait(&tds->thread_exited, &tds->threads_mtx);
H A Dmux.c393 pthread_cond_wait(&chan->rdready, &chan->lock);
432 pthread_cond_wait(&chan->rdready, &chan->lock);
465 pthread_cond_wait(&chan->rdready, &chan->lock);
498 pthread_cond_wait(&chan->wrready, &chan->lock);
529 pthread_cond_wait(&chan->wrready, &chan->lock);
672 pthread_cond_wait(&m->sender_started, &m->lock);
914 pthread_cond_wait(&m->sender_newwork, &m->lock);
H A Dfixups.c143 pthread_cond_wait(&f->cond, &f->lock);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c158 r = pthread_cond_wait(cond, lock);
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dsynch.h161 error = pthread_cond_wait(cv, lock);
/freebsd-9.3-release/include/
H A Dpthread.h197 int pthread_cond_wait(pthread_cond_t *, pthread_mutex_t *);
/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc55 #pragma weak pthread_cond_wait macro
56 #define pthread_cond_wait(cv, mtx) do {\ macro
57 if (pthread_cond_wait) pthread_cond_wait(cv, mtx);\
491 pthread_cond_wait(&emergency_malloc_wait, &emergency_malloc_lock);

Completed in 214 milliseconds

12