| /dragonfly/test/stress/stress2/misc/ |
| HD | pthread.sh | 86 pthread_cond_wait(&worker_go, &worker_mtx); 134 pthread_cond_wait(&worker_done, &worker_mtx);
|
| HD | kevent.sh | 120 if (pthread_cond_wait(&cond, &mutex) == -1)
|
| HD | kevent2.sh | 125 if (pthread_cond_wait(&cond, &mutex) == -1)
|
| /dragonfly/contrib/zstd/lib/common/ |
| HD | threading.h | 96 #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/ |
| HD | gthr-posix.h | 136 __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/ |
| HD | gthr-posix.h | 127 __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/ |
| HD | bulk.c | 226 pthread_cond_wait(&BulkResponseCond, &BulkMutex); in getbulk() 346 pthread_cond_wait(&job->cond, &BulkMutex); in bulkthread()
|
| /dragonfly/contrib/gcc-4.7/libgomp/config/posix/ |
| HD | sem.c | 70 ret = pthread_cond_wait (&sem->cond, &sem->mutex); in gomp_sem_wait()
|
| /dragonfly/contrib/gcc-8.0/libgomp/config/posix/ |
| HD | sem.c | 71 ret = pthread_cond_wait (&sem->cond, &sem->mutex); in gomp_sem_wait()
|
| /dragonfly/contrib/lvm2/dist/daemons/clvmd/ |
| HD | clvmd-cman.c | 448 pthread_cond_wait(&lwait.cond, &lwait.mutex); in _sync_lock() 478 pthread_cond_wait(&lwait.cond, &lwait.mutex); in _sync_unlock()
|
| HD | clvmd-gulm.c | 758 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/ |
| HD | cothread.c | 179 pthread_cond_wait(&cotd->cond, &cotd->mutex); in cothread_wait()
|
| /dragonfly/tools/tools/netrate/kq_sendrecv/kq_sendcli/ |
| HD | kq_sendcli.c | 384 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/ |
| HD | lock.c | 413 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/ |
| HD | mutex_d.c | 348 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/ |
| HD | Makefile | 25 pthread_cond_wait.3 \
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | gold-threads.cc | 234 int err = pthread_cond_wait(&this->cond_, &lit->mutex_); in wait()
|
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | gold-threads.cc | 234 int err = pthread_cond_wait(&this->cond_, &lit->mutex_); in wait()
|
| /dragonfly/include/ |
| HD | pthread.h | 189 int pthread_cond_wait(pthread_cond_t * __restrict,
|
| /dragonfly/lib/libc/include/ |
| HD | namespace.h | 123 #define pthread_cond_wait _pthread_cond_wait macro
|
| HD | un-namespace.h | 104 #undef pthread_cond_wait
|
| /dragonfly/lib/libthread_xu/ |
| HD | pthread.map | 246 pthread_cond_wait;
|
| /dragonfly/tools/tools/netrate/kq_sendrecv/kq_recvserv/ |
| HD | kq_recvserv.c | 171 pthread_cond_wait(&ctx->t_cond, &ctx->t_lock); in main()
|
| /dragonfly/contrib/xz/src/common/ |
| HD | mythread.h | 275 int ret = pthread_cond_wait(&cond->cond, mutex); in mythread_cond_wait()
|
| /dragonfly/lib/libc/gen/ |
| HD | _pthread_stubs.c | 97 WR(stub_zero, pthread_cond_wait);
|