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

12

/freebsd-10.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-10.3-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dcondition.h33 ((pthread_cond_init((cp), NULL) == 0) ? \
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Host/common/
H A DCondition.cpp29 ::pthread_cond_init (&m_condition, NULL);
/freebsd-10.3-release/lib/libstdthreads/
H A Dcnd.c57 switch (pthread_cond_init(cond, NULL)) {
/freebsd-10.3-release/contrib/gcclibs/libgomp/config/posix/
H A Dsem.c49 ret = pthread_cond_init (&sem->cond, NULL);
/freebsd-10.3-release/contrib/netbsd-tests/lib/libpthread/
H A Dt_preempt.c94 PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
H A Dt_condwait.c65 pthread_cond_init(&cond, &attr);
H A Dt_cond.c84 PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
145 PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
532 PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
/freebsd-10.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))
/freebsd-10.3-release/contrib/apr/locks/unix/
H A Dthread_cond.c48 if ((rv = pthread_cond_init(&new_cond->cond, NULL))) {
/freebsd-10.3-release/cddl/compat/opensolaris/misc/
H A Dthread_pool.c242 (void) pthread_cond_init(&tpool->tp_busycv, NULL);
243 (void) pthread_cond_init(&tpool->tp_workcv, NULL);
244 (void) pthread_cond_init(&tpool->tp_waitcv, NULL);
/freebsd-10.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);
/freebsd-10.3-release/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c109 if (pthread_cond_init(cond, NULL)) {
/freebsd-10.3-release/sbin/hastd/
H A Dsynch.h147 error = pthread_cond_init(cv, &attr);
/freebsd-10.3-release/cddl/contrib/opensolaris/head/
H A Dthread.h63 #define cond_init(l,f,a) pthread_cond_init(l,NULL)
/freebsd-10.3-release/usr.bin/csup/
H A Dthreads.c95 pthread_cond_init(&tds->thread_exited, NULL);
/freebsd-10.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-10.3-release/contrib/openbsm/bin/auditdistd/
H A Dsynch.h149 error = pthread_cond_init(cv, &attr);
/freebsd-10.3-release/contrib/netbsd-tests/fs/puffs/
H A Dt_fuzz.c225 pthread_cond_init(&dacv, NULL);
/freebsd-10.3-release/crypto/heimdal/lib/ipc/
H A Dcommon.c115 pthread_cond_init(&s->cond, NULL);
/freebsd-10.3-release/include/
H A Dpthread.h192 int pthread_cond_init(pthread_cond_t *,
/freebsd-10.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);

Completed in 242 milliseconds

12