Searched refs:pthread_cond_init (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-9.3-release/tools/regression/pthread/unwind/
H A Dcond_wait_cancel.cpp32 pthread_cond_init(&cv, NULL);
H A Dcond_wait_cancel2.cpp49 pthread_cond_init(&cv, NULL);
/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/include/isc/
H A Dcondition.h33 ((pthread_cond_init((cp), NULL) == 0) ? \
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dcondition.h33 ((pthread_cond_init((cp), NULL) == 0) ? \
/freebsd-9.3-release/contrib/gcclibs/libgomp/config/posix/
H A Dsem.c49 ret = pthread_cond_init (&sem->cond, NULL);
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-posix.c134 pthread_cond_init (pthread_cond_t *cond ATTRIBUTE_UNUSED, function
H A Dgthr-posix.h115 __gthrw3(pthread_cond_init)
124 __gthrw(pthread_cond_init)
515 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
H A Dgthr-posix95.h89 __gthrw(pthread_cond_init)
475 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
H A Dgthr-dce.h85 __gthrw(pthread_cond_init)
/freebsd-9.3-release/cddl/contrib/opensolaris/head/
H A Dthread.h63 #define cond_init(l,f,a) pthread_cond_init(l,NULL)
/freebsd-9.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_event.c59 pthread_cond_init(&p_event->condvar, NULL);
H A Dcl_threadpool.c92 pthread_cond_init(&p_thread_pool->cond, NULL);
H A Dcl_timer.c86 pthread_cond_init(&gp_timer_prov->cond, NULL);
236 pthread_cond_init(&p_timer->cond, NULL);
/freebsd-9.3-release/sbin/hastd/
H A Dsynch.h147 error = pthread_cond_init(cv, &attr);
/freebsd-9.3-release/usr.bin/csup/
H A Dthreads.c95 pthread_cond_init(&tds->thread_exited, NULL);
H A Dfixups.c112 pthread_cond_init(&f->cond, NULL);
H A Dmux.c324 pthread_cond_init(&m->done, NULL);
325 pthread_cond_init(&m->sender_newwork, NULL);
326 pthread_cond_init(&m->sender_started, NULL);
600 pthread_cond_init(&chan->rdready, NULL);
601 pthread_cond_init(&chan->wrready, NULL);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c109 if (pthread_cond_init(cond, NULL)) {
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c673 pthread_cond_init(&wq->wq_work_avail, NULL);
674 pthread_cond_init(&wq->wq_work_removed, NULL);
682 pthread_cond_init(&wq->wq_done_cv, NULL);
684 pthread_cond_init(&wq->wq_alldone_cv, NULL);
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dverbs.c291 pthread_cond_init(&cq->cond, NULL);
374 pthread_cond_init(&srq->cond, NULL);
401 pthread_cond_init(&srq->cond, NULL);
445 pthread_cond_init(&qp->cond, NULL);
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dsynch.h151 error = pthread_cond_init(cv, &attr);
/freebsd-9.3-release/include/
H A Dpthread.h192 int pthread_cond_init(pthread_cond_t *,
/freebsd-9.3-release/lib/libkse/
H A Dkse.map58 pthread_cond_init;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map60 pthread_cond_init;
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dlibmilter.h149 #define scond_init(cp) pthread_cond_init(cp, NULL)

Completed in 281 milliseconds

12