/openbsd-src/lib/libc/thread/ |
H A D | rthread_cond.c | 31 pthread_cond_init(pthread_cond_t *condp, const pthread_condattr_t *attr) in pthread_cond_init() function 47 DEF_STRONG(pthread_cond_init); 140 if ((error = pthread_cond_init(condp, NULL))) in pthread_cond_timedwait() 158 if ((error = pthread_cond_init(condp, NULL))) in pthread_cond_wait()
|
H A D | rthread_sync.c | 244 pthread_cond_init(pthread_cond_t *condp, const pthread_condattr_t *attr) in pthread_cond_init() function 261 DEF_STRONG(pthread_cond_init); 300 if ((error = pthread_cond_init(condp, NULL))) in pthread_cond_timedwait() 455 if ((error = pthread_cond_init(condp, NULL))) in pthread_cond_wait()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/thread/ |
H A D | pthread1.cc | 51 pthread_cond_init (&fooCond1, NULL); in task_queue() 52 pthread_cond_init (&fooCond2, NULL); in task_queue()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/ |
H A D | step.c | 63 if (pthread_cond_init (&cv_a, cv_attr_a) == -1) in main() 75 if (pthread_cond_init (&cv_b, cv_attr_b) == -1) in main()
|
H A D | pthread_cond_wait.c | 42 pthread_cond_init (&cond, NULL); in noreturn()
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | PThreadCondition.h | 20 PThreadCondition() { ::pthread_cond_init(&m_condition, NULL); } in PThreadCondition()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gthr-posix.h | 115 __gthrw3(pthread_cond_init) 124 __gthrw(pthread_cond_init) 512 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL)) in __gthread_objc_condition_allocate()
|
H A D | gthr-posix95.h | 89 __gthrw(pthread_cond_init) 475 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL)) in __gthread_objc_condition_allocate()
|
H A D | gthr-posix.c | 134 pthread_cond_init (pthread_cond_t *cond ATTRIBUTE_UNUSED, in pthread_cond_init() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 176 INTERCEPTOR(int, pthread_cond_init, pthread_cond_t *c, in INTERCEPTOR() argument 180 return REAL(pthread_cond_init)(cond, a); in INTERCEPTOR() 315 INTERCEPT_FUNCTION_VER(pthread_cond_init, "GLIBC_2.3.2"); in InitializeInterceptors()
|
/openbsd-src/lib/libc/hidden/ |
H A D | pthread.h | 26 PROTO_NORMAL(pthread_cond_init);
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | gthr-posix.h | 64 #pragma weak pthread_cond_init macro 390 if (pthread_cond_init ((pthread_cond_t *) condition->backend, NULL)) in __gthread_objc_condition_allocate()
|
H A D | gthr-dce.h | 80 #pragma weak pthread_cond_init macro
|
/openbsd-src/lib/libpthread/man/ |
H A D | Makefile.inc | 25 pthread_cond_init.3 \
|
/openbsd-src/gnu/gcc/libgomp/config/posix/ |
H A D | sem.c | 49 ret = pthread_cond_init (&sem->cond, NULL); in gomp_sem_init()
|
/openbsd-src/regress/lib/libpthread/pcap/ |
H A D | pcap.c | 66 CHECKr(pthread_cond_init(&syncer, NULL)); in main()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_linux_test.cpp | 35 pthread_cond_init(&terminate_thread_cond, NULL); in TidReporterArgument() 36 pthread_cond_init(&tid_reported_cond, NULL); in TidReporterArgument()
|
/openbsd-src/regress/lib/libpthread/pthread_cond_timedwait/ |
H A D | pthread_cond_timedwait.c | 88 CHECKr(pthread_cond_init(&cond, &condattr)); in main()
|
/openbsd-src/lib/librthread/ |
H A D | rthread_barrier.c | 51 if ((rc = pthread_cond_init(&b->cond, NULL))) in pthread_barrier_init()
|
/openbsd-src/regress/lib/libpthread/pthread_rwlock/ |
H A D | pthread_rwlock.c | 129 pthread_cond_init(&c, NULL); in main()
|
/openbsd-src/regress/sys/kern/pipe/ |
H A D | test-run-down.c | 93 error = pthread_cond_init(&ctx->c_cv, NULL); in ctx_setup()
|
/openbsd-src/regress/lib/libpthread/cancel/ |
H A D | cancel.c | 194 CHECKr(pthread_cond_init(&cond, NULL)); in main()
|
/openbsd-src/regress/lib/libpthread/group/ |
H A D | group.c | 156 CHECKr(pthread_cond_init(&done, NULL)); in main()
|
/openbsd-src/include/ |
H A D | pthread.h | 207 int pthread_cond_init(pthread_cond_t *,
|
/openbsd-src/regress/lib/libpthread/errno/ |
H A D | errno.c | 118 pthread_cond_init(&c, NULL); in main()
|