Home
last modified time | relevance | path

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

12

/openbsd-src/regress/lib/libpthread/pthread_rwlock/
H A Dpthread_rwlock.c50 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 Dpthread4.cc56 pthread_cond_wait (&fooCondOverflow, &fooLock); in produce()
79 pthread_cond_wait (&fooCondUnderflow, &fooLock); in consume()
H A Dpthread1.cc75 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 Dpcap.c69 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 Dstep.c135 if (pthread_cond_wait (&cv_a, &mut) == -1)
179 if (pthread_cond_wait (&cv_b, &mut) == -1)
H A Dpthread_cond_wait.c31 pthread_cond_wait (cond, mut); in cond_wait()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp144 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 Dgthr-posix.h117 __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 Dgthr-posix95.h91 __gthrw(pthread_cond_wait)
506 return __gthrw_(pthread_cond_wait) ((pthread_cond_t *) condition->backend, in __gthread_objc_condition_wait()
H A Dgthr-posix.c147 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 Ddd_interceptors.cpp183 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 Dpthread.h29 PROTO_STD_DEPRECATED(pthread_cond_wait);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgthr-posix.h66 #pragma weak pthread_cond_wait macro
421 return pthread_cond_wait ((pthread_cond_t *) condition->backend, in __gthread_objc_condition_wait()
H A Dgthr-dce.h82 #pragma weak pthread_cond_wait macro
/openbsd-src/lib/libpthread/man/
H A DMakefile.inc28 pthread_cond_wait.3 \
/openbsd-src/gnu/gcc/libgomp/config/posix/
H A Dsem.c73 ret = pthread_cond_wait (&sem->cond, &sem->mutex); in gomp_sem_wait()
/openbsd-src/gnu/llvm/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp185 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 Denable_disable.cpp70 pthread_cond_wait(&Conditional, &Mutex); in TEST_F()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp103 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 Drthread_barrier.c129 if ((rc = pthread_cond_wait(&b->cond, &b->mutex))) in pthread_barrier_wait()
/openbsd-src/regress/sys/kern/pipe/
H A Dtest-run-down.c163 error = pthread_cond_wait(&ctx.c_cv, &ctx.c_mtx); in test_run_down()
/openbsd-src/lib/libc/thread/
H A Drthread_cond.c152 pthread_cond_wait(pthread_cond_t *condp, pthread_mutex_t *mutexp) in pthread_cond_wait() function
/openbsd-src/regress/lib/libpthread/group/
H A Dgroup.c172 pthread_cond_wait(&done, &display); in main()
/openbsd-src/include/
H A Dpthread.h212 int pthread_cond_wait(pthread_cond_t *, pthread_mutex_t *);
/openbsd-src/regress/lib/libpthread/errno/
H A Derrno.c48 CHECKe(pthread_cond_wait(&c, &m)); in wait_for_state()

12