Searched refs:pthread_cond_init (Results 1 - 25 of 32) sorted by relevance

12

/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DPThreadCondition.h20 PThreadCondition() { ::pthread_cond_init(&m_condition, NULL); }
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dpthread_cond_wait.c42 pthread_cond_init (&cond, NULL);
H A Dstep.c63 if (pthread_cond_init (&cv_a, cv_attr_a) == -1)
75 if (pthread_cond_init (&cv_b, cv_attr_b) == -1)
/openbsd-current/lib/libc/hidden/
H A Dpthread.h26 PROTO_NORMAL(pthread_cond_init); variable
/openbsd-current/lib/libc/thread/
H A Drthread_cond.c31 pthread_cond_init(pthread_cond_t *condp, const pthread_condattr_t *attr) function
47 DEF_STRONG(pthread_cond_init); variable
140 if ((error = pthread_cond_init(condp, NULL)))
158 if ((error = pthread_cond_init(condp, NULL)))
H A Drthread_sync.c244 pthread_cond_init(pthread_cond_t *condp, const pthread_condattr_t *attr) function
261 DEF_STRONG(pthread_cond_init); variable
300 if ((error = pthread_cond_init(condp, NULL)))
455 if ((error = pthread_cond_init(condp, NULL)))
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/thread/
H A Dpthread1.cc51 pthread_cond_init (&fooCond1, NULL);
52 pthread_cond_init (&fooCond2, NULL);
/openbsd-current/lib/libpthread/man/
H A DMakefile.inc25 pthread_cond_init.3 \
/openbsd-current/gnu/gcc/libgomp/config/posix/
H A Dsem.c49 ret = pthread_cond_init (&sem->cond, NULL);
/openbsd-current/regress/lib/libpthread/pcap/
H A Dpcap.c66 CHECKr(pthread_cond_init(&syncer, NULL));
/openbsd-current/gnu/gcc/gcc/
H A Dgthr-posix.c134 pthread_cond_init (pthread_cond_t *cond ATTRIBUTE_UNUSED, function
H A Dgthr-posix.h115 __gthrw3(pthread_cond_init)
124 __gthrw(pthread_cond_init)
512 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
H A Dgthr-posix95.h89 __gthrw(pthread_cond_init)
475 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
H A Dgthr-dce.h85 __gthrw(pthread_cond_init)
/openbsd-current/regress/lib/libpthread/pthread_cond_timedwait/
H A Dpthread_cond_timedwait.c88 CHECKr(pthread_cond_init(&cond, &condattr));
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp176 INTERCEPTOR(int, pthread_cond_init, pthread_cond_t *c,
180 return REAL(pthread_cond_init)(cond, a);
315 INTERCEPT_FUNCTION_VER(pthread_cond_init, "GLIBC_2.3.2");
/openbsd-current/lib/librthread/
H A Drthread_barrier.c51 if ((rc = pthread_cond_init(&b->cond, NULL)))
/openbsd-current/regress/sys/kern/pipe/
H A Dtest-run-down.c93 error = pthread_cond_init(&ctx->c_cv, NULL);
95 errc(1, error, "pthread_cond_init");
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgthr-posix.h64 #pragma weak pthread_cond_init macro
390 if (pthread_cond_init ((pthread_cond_t *) condition->backend, NULL))
H A Dgthr-dce.h80 #pragma weak pthread_cond_init macro
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp35 pthread_cond_init(&terminate_thread_cond, NULL);
36 pthread_cond_init(&tid_reported_cond, NULL);
/openbsd-current/regress/lib/libpthread/cancel/
H A Dcancel.c194 CHECKr(pthread_cond_init(&cond, NULL));
/openbsd-current/regress/lib/libpthread/group/
H A Dgroup.c156 CHECKr(pthread_cond_init(&done, NULL));
/openbsd-current/regress/lib/libpthread/pthread_rwlock/
H A Dpthread_rwlock.c129 pthread_cond_init(&c, NULL);
/openbsd-current/regress/lib/libpthread/errno/
H A Derrno.c118 pthread_cond_init(&c, NULL);

Completed in 375 milliseconds

12