| /openbsd-src/regress/lib/libpthread/pthread_rwlock/ |
| H A D | pthread_rwlock.c | 50 pthread_cond_wait(&c, &m); in reader() 66 pthread_cond_wait(&c, &m); in reader() 75 pthread_cond_wait(&c, &m); in reader() 91 pthread_cond_wait(&c, &m); in writer() 108 pthread_cond_wait(&c, &m); in writer() 143 pthread_cond_wait(&c, &m); in main()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/thread/ |
| H A D | pthread4.cc | 56 pthread_cond_wait (&fooCondOverflow, &fooLock); in produce() 79 pthread_cond_wait (&fooCondUnderflow, &fooLock); in consume()
|
| H A D | pthread1.cc | 75 pthread_cond_wait (&tq.fooCond1, &tq.fooLock); in produce() 92 pthread_cond_wait (&tq.fooCond2, &tq.fooLock); in consume()
|
| /openbsd-src/regress/lib/libpthread/pcap/ |
| H A D | pcap.c | 69 CHECKr(pthread_cond_wait(&syncer, &dummy)); in main() 71 CHECKr(pthread_cond_wait(&syncer, &dummy)); in main()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/ |
| H A D | step.c | 135 if (pthread_cond_wait (&cv_a, &mut) == -1) 179 if (pthread_cond_wait (&cv_b, &mut) == -1)
|
| H A D | pthread_cond_wait.c | 31 pthread_cond_wait (cond, mut); in cond_wait()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | PThreadEvent.cpp | 144 err = ::pthread_cond_wait(m_set_condition.Condition(), m_mutex.Mutex()); in WaitForSetEvents() 179 err = ::pthread_cond_wait(m_reset_condition.Condition(), m_mutex.Mutex()); in WaitForEventsToReset()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gthr-posix.h | 117 __gthrw3(pthread_cond_wait) 126 __gthrw(pthread_cond_wait) 543 return __gthrw_(pthread_cond_wait) ((pthread_cond_t *) condition->backend, in __gthread_objc_condition_wait()
|
| H A D | gthr-posix95.h | 91 __gthrw(pthread_cond_wait) 506 return __gthrw_(pthread_cond_wait) ((pthread_cond_t *) condition->backend, in __gthread_objc_condition_wait()
|
| H A D | gthr-posix.c | 147 pthread_cond_wait (pthread_cond_t *cond ATTRIBUTE_UNUSED, in pthread_cond_wait() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 183 INTERCEPTOR(int, pthread_cond_wait, pthread_cond_t *c, pthread_mutex_t *m) { in INTERCEPTOR() argument 188 int res = REAL(pthread_cond_wait)(cond, m); in INTERCEPTOR() 318 INTERCEPT_FUNCTION_VER(pthread_cond_wait, "GLIBC_2.3.2"); in InitializeInterceptors()
|
| /openbsd-src/lib/libc/hidden/ |
| H A D | pthread.h | 29 PROTO_STD_DEPRECATED(pthread_cond_wait);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gthr-posix.h | 66 #pragma weak pthread_cond_wait macro 421 return pthread_cond_wait ((pthread_cond_t *) condition->backend, in __gthread_objc_condition_wait()
|
| H A D | gthr-dce.h | 82 #pragma weak pthread_cond_wait macro
|
| /openbsd-src/lib/libpthread/man/ |
| H A D | Makefile.inc | 28 pthread_cond_wait.3 \
|
| /openbsd-src/gnu/gcc/libgomp/config/posix/ |
| H A D | sem.c | 73 ret = pthread_cond_wait (&sem->cond, &sem->mutex); in gomp_sem_wait()
|
| /openbsd-src/gnu/llvm/llvm/examples/ParallelJIT/ |
| H A D | ParallelJIT.cpp | 185 result = pthread_cond_wait( &condition, &mutex ); in block() 210 pthread_cond_wait( &condition, &mutex ); in releaseThreads()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| H A D | enable_disable.cpp | 70 pthread_cond_wait(&Conditional, &Mutex); in TEST_F()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_linux_test.cpp | 103 pthread_cond_wait(&arg->terminate_thread_cond, in TidReporterThread() 116 pthread_cond_wait(&thread_arg.tid_reported_cond, in SpawnTidReporter()
|
| /openbsd-src/lib/librthread/ |
| H A D | rthread_barrier.c | 129 if ((rc = pthread_cond_wait(&b->cond, &b->mutex))) in pthread_barrier_wait()
|
| /openbsd-src/regress/sys/kern/pipe/ |
| H A D | test-run-down.c | 163 error = pthread_cond_wait(&ctx.c_cv, &ctx.c_mtx); in test_run_down()
|
| /openbsd-src/lib/libc/thread/ |
| H A D | rthread_cond.c | 152 pthread_cond_wait(pthread_cond_t *condp, pthread_mutex_t *mutexp) in pthread_cond_wait() function
|
| /openbsd-src/regress/lib/libpthread/group/ |
| H A D | group.c | 172 pthread_cond_wait(&done, &display); in main()
|
| /openbsd-src/include/ |
| H A D | pthread.h | 212 int pthread_cond_wait(pthread_cond_t *, pthread_mutex_t *);
|
| /openbsd-src/regress/lib/libpthread/errno/ |
| H A D | errno.c | 48 CHECKe(pthread_cond_wait(&c, &m)); in wait_for_state()
|