Home
last modified time | relevance | path

Searched refs:pthread_cond_init (Results 1 – 25 of 37) sorted by relevance

12

/dragonfly/test/stress/stress2/misc/
H A Dpthread.sh121 pthread_cond_init(&worker_go, NULL);
122 pthread_cond_init(&worker_done, NULL);
H A Dkevent.sh154 if (pthread_cond_init(&cond, NULL) == -1)
H A Dkevent2.sh156 if (pthread_cond_init(&cond, NULL) == -1)
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dgthr-posix.h133 __gthrw3(pthread_cond_init)
163 __gthrw(pthread_cond_init)
618 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL)) in __gthread_objc_condition_allocate()
860 __gthrw_(pthread_cond_init) (__cond, NULL); in __gthread_cond_init_function() local
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dgthr-posix.h124 __gthrw(pthread_cond_init)
623 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL)) in __gthread_objc_condition_allocate()
869 __gthrw_(pthread_cond_init) (__cond, NULL); in __gthread_cond_init_function() local
/dragonfly/usr.bin/dsynth/
H A Dbulk.c98 pthread_cond_init(&BulkResponseCond, NULL); in initbulk()
102 pthread_cond_init(&JobsAry[i].cond, NULL); in initbulk()
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
H A Dsem.c47 ret = pthread_cond_init (&sem->cond, NULL); in gomp_sem_init()
/dragonfly/contrib/gcc-4.7/libgomp/config/posix/
H A Dsem.c46 ret = pthread_cond_init (&sem->cond, NULL); in gomp_sem_init()
/dragonfly/contrib/xz/src/common/
H A Dmythread.h235 ret = pthread_cond_init(&mycond->cond, &condattr); in mythread_cond_init()
253 return pthread_cond_init(&mycond->cond, NULL); in mythread_cond_init()
/dragonfly/contrib/zstd/lib/common/
H A Dthreading.c108 return pthread_cond_init(*cond, attr); in ZSTD_pthread_cond_init()
H A Dthreading.h94 #define ZSTD_pthread_cond_init(a, b) pthread_cond_init((a), (b))
/dragonfly/contrib/lvm2/dist/daemons/clvmd/
H A Dclvmd-cman.c433 pthread_cond_init(&lwait.cond, NULL); in _sync_lock()
468 pthread_cond_init(&lwait.cond, NULL); in _sync_unlock()
H A Dclvmd-gulm.c738 pthread_cond_init(&lwait.cond, NULL); in _lock_resource()
773 pthread_cond_init(&lwait.cond, NULL); in _unlock_resource()
/dragonfly/sys/platform/vkernel64/platform/
H A Dcothread.c92 pthread_cond_init(&cotd->cond, NULL); in cothread_create()
/dragonfly/contrib/grep/lib/glthread/
H A Dlock.c386 err = pthread_cond_init (&lock->waiting_readers, NULL); in glthread_rwlock_init_multithreaded()
389 err = pthread_cond_init (&lock->waiting_writers, NULL); in glthread_rwlock_init_multithreaded()
/dragonfly/lib/libpthread/
H A DMakefile22 pthread_cond_init.3 \
/dragonfly/contrib/binutils-2.27/gold/
H A Dgold-threads.cc218 int err = pthread_cond_init(&this->cond_, NULL); in Condvar_impl_threads()
/dragonfly/contrib/binutils-2.34/gold/
H A Dgold-threads.cc218 int err = pthread_cond_init(&this->cond_, NULL); in Condvar_impl_threads()
/dragonfly/include/
H A Dpthread.h183 int pthread_cond_init(pthread_cond_t * __restrict,
/dragonfly/test/libpthread/
H A Dmutex_d.c721 assert (pthread_cond_init (&cv, &cattr) == 0); in mutex_destroy_test()
1479 assert (pthread_cond_init (&cond_var, &cattr) == 0); in main()
1492 assert (pthread_cond_init (&states[i].cond_var, &cattr) == 0); in main()
/dragonfly/lib/libc/include/
H A Dnamespace.h120 #define pthread_cond_init _pthread_cond_init macro
H A Dun-namespace.h101 #undef pthread_cond_init
/dragonfly/lib/libthread_xu/
H A Dpthread.map243 pthread_cond_init;
/dragonfly/tools/tools/netrate/kq_sendrecv/kq_sendcli/
H A Dkq_sendcli.c278 pthread_cond_init(&glob.g_cond, NULL); in main()
297 pthread_cond_init(&ctx->t_cond, NULL); in main()
/dragonfly/tools/tools/netrate/kq_sendrecv/kq_recvserv/
H A Dkq_recvserv.c158 pthread_cond_init(&ctx->t_cond, NULL); in main()

12