Home
last modified time | relevance | path

Searched refs:pthread_cond_wait (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/test/stress/stress2/misc/
HDpthread.sh86 pthread_cond_wait(&worker_go, &worker_mtx);
134 pthread_cond_wait(&worker_done, &worker_mtx);
HDkevent.sh120 if (pthread_cond_wait(&cond, &mutex) == -1)
HDkevent2.sh125 if (pthread_cond_wait(&cond, &mutex) == -1)
/dragonfly/contrib/zstd/lib/common/
HDthreading.h96 #define ZSTD_pthread_cond_wait(a, b) pthread_cond_wait((a), (b))
121 #define ZSTD_pthread_cond_wait(a, b) pthread_cond_wait(*(a), *(b))
/dragonfly/contrib/gcc-4.7/libgcc/
HDgthr-posix.h136 __gthrw3(pthread_cond_wait)
166 __gthrw(pthread_cond_wait)
649 return __gthrw_(pthread_cond_wait) ((pthread_cond_t *) condition->backend, in __gthread_objc_condition_wait()
879 return __gthrw_(pthread_cond_wait) (__cond, __mutex); in __gthread_cond_wait()
/dragonfly/contrib/gcc-8.0/libgcc/
HDgthr-posix.h127 __gthrw(pthread_cond_wait)
654 return __gthrw_(pthread_cond_wait) ((pthread_cond_t *) condition->backend, in __gthread_objc_condition_wait()
888 return __gthrw_(pthread_cond_wait) (__cond, __mutex); in __gthread_cond_wait()
/dragonfly/usr.bin/dsynth/
HDbulk.c226 pthread_cond_wait(&BulkResponseCond, &BulkMutex); in getbulk()
346 pthread_cond_wait(&job->cond, &BulkMutex); in bulkthread()
/dragonfly/contrib/gcc-4.7/libgomp/config/posix/
HDsem.c70 ret = pthread_cond_wait (&sem->cond, &sem->mutex); in gomp_sem_wait()
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
HDsem.c71 ret = pthread_cond_wait (&sem->cond, &sem->mutex); in gomp_sem_wait()
/dragonfly/contrib/lvm2/dist/daemons/clvmd/
HDclvmd-cman.c448 pthread_cond_wait(&lwait.cond, &lwait.mutex); in _sync_lock()
478 pthread_cond_wait(&lwait.cond, &lwait.mutex); in _sync_unlock()
HDclvmd-gulm.c758 pthread_cond_wait(&lwait.cond, &lwait.mutex); in _lock_resource()
797 pthread_cond_wait(&lwait.cond, &lwait.mutex); in _unlock_resource()
/dragonfly/sys/platform/vkernel64/platform/
HDcothread.c179 pthread_cond_wait(&cotd->cond, &cotd->mutex); in cothread_wait()
/dragonfly/tools/tools/netrate/kq_sendrecv/kq_sendcli/
HDkq_sendcli.c384 pthread_cond_wait(&glob.g_cond, &glob.g_lock); in main()
662 pthread_cond_wait(&ctx->t_cond, &ctx->t_lock); in send_thread()
738 pthread_cond_wait(&ctx->t_glob->g_cond, &ctx->t_glob->g_lock); in send_thread()
/dragonfly/contrib/grep/lib/glthread/
HDlock.c413 err = pthread_cond_wait (&lock->waiting_readers, &lock->lock); in glthread_rwlock_rdlock_multithreaded()
438 err = pthread_cond_wait (&lock->waiting_writers, &lock->lock); in glthread_rwlock_wrlock_multithreaded()
/dragonfly/test/libpthread/
HDmutex_d.c348 pthread_cond_wait (&cond_var, &cond_mutex); in waiter()
350 pthread_cond_wait (&statep->cond_var, &cond_mutex); in waiter()
399 assert (pthread_cond_wait (cmd.cond, cmd.mutex) == 0); in waiter()
492 pthread_cond_wait (&cond_var, &cond_mutex); in lock_twice()
/dragonfly/lib/libpthread/
HDMakefile25 pthread_cond_wait.3 \
/dragonfly/contrib/binutils-2.34/gold/
HDgold-threads.cc234 int err = pthread_cond_wait(&this->cond_, &lit->mutex_); in wait()
/dragonfly/contrib/binutils-2.27/gold/
HDgold-threads.cc234 int err = pthread_cond_wait(&this->cond_, &lit->mutex_); in wait()
/dragonfly/include/
HDpthread.h189 int pthread_cond_wait(pthread_cond_t * __restrict,
/dragonfly/lib/libc/include/
HDnamespace.h123 #define pthread_cond_wait _pthread_cond_wait macro
HDun-namespace.h104 #undef pthread_cond_wait
/dragonfly/lib/libthread_xu/
HDpthread.map246 pthread_cond_wait;
/dragonfly/tools/tools/netrate/kq_sendrecv/kq_recvserv/
HDkq_recvserv.c171 pthread_cond_wait(&ctx->t_cond, &ctx->t_lock); in main()
/dragonfly/contrib/xz/src/common/
HDmythread.h275 int ret = pthread_cond_wait(&cond->cond, mutex); in mythread_cond_wait()
/dragonfly/lib/libc/gen/
HD_pthread_stubs.c97 WR(stub_zero, pthread_cond_wait);

12