/netbsd-src/tests/lib/libpthread/ |
H A D | t_cond.c | 96 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex)); in ATF_TC_BODY() 157 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex)); in ATF_TC_BODY() 216 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, &static_mutex)); in ATF_TC_BODY() 243 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, in signal_wait_race_threadfunc() 282 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, in ATF_TC_BODY() 372 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, in broadcast_threadfunc() 412 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, in ATF_TC_BODY() 512 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex)); in destroy_after_cancel_threadfunc() 538 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex)); in ATF_TC_BODY()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | libgprofng.ver | 32 pthread_cond_wait; 81 pthread_cond_wait; 92 pthread_cond_wait; 122 pthread_cond_wait;
|
H A D | synctrace.c | 672 DCL_FUNC_VER (DCL_PTHREAD_COND_WAIT, pthread_cond_wait_2_17, pthread_cond_wait@GLIBC_2.17) 673 DCL_FUNC_VER (DCL_PTHREAD_COND_WAIT, pthread_cond_wait_2_3_2, pthread_cond_wait@GLIBC_2.3.2) 674 DCL_FUNC_VER (DCL_PTHREAD_COND_WAIT, pthread_cond_wait_2_2_5, pthread_cond_wait@GLIBC_2.2.5) 675 DCL_FUNC_VER (DCL_PTHREAD_COND_WAIT, pthread_cond_wait_2_0, pthread_cond_wait@GLIBC_2.0) 676 DCL_PTHREAD_COND_WAIT (pthread_cond_wait) in DCL_PTHREAD_COND_WAIT() argument
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | mapfile.amd64-Linux | 33 pthread_cond_wait; 44 pthread_cond_wait; 71 pthread_cond_wait;
|
H A D | synctrace.c | 763 pthread_cond_wait@@GLIBC_2.3.2) 768 if (NULL_PTR (pthread_cond_wait)) in __collector_pthread_cond_wait_2_3_2() 777 pthread_cond_wait@GLIBC_2.0) 781 if (NULL_PTR (pthread_cond_wait)) in __collector_pthread_cond_wait_2_0() 789 pthread_cond_wait@GLIBC_2.2.5) 793 if (NULL_PTR (pthread_cond_wait)) in __collector_pthread_cond_wait_2_2_5() 801 pthread_cond_wait@GLIBC_2.2) 805 if (NULL_PTR (pthread_cond_wait)) in __collector_pthread_cond_wait_2_2() 817 if (NULL_PTR (pthread_cond_wait)) in __collector_pthread_cond_wait_symver()
|
H A D | mapfile.sparcv9-Linux | 39 pthread_cond_wait; 51 pthread_cond_wait;
|
H A D | mapfile.intel-Linux | 30 pthread_cond_wait; 73 pthread_cond_wait;
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/ |
H A D | condition.h | 44 ((pthread_cond_wait((cp), &((mp)->mutex)) == 0) ? ISC_R_SUCCESS \ 48 ((pthread_cond_wait((cp), (mp)) == 0) ? ISC_R_SUCCESS \
|
/netbsd-src/external/zlib/pigz/dist/ |
H A D | yarn.c | 147 if ((ret = pthread_cond_wait(&(bolt->cond), &(bolt->mutex))) != 0) in wait_for() 152 if ((ret = pthread_cond_wait(&(bolt->cond), &(bolt->mutex))) != 0) in wait_for() 157 if ((ret = pthread_cond_wait(&(bolt->cond), &(bolt->mutex))) != 0) in wait_for() 162 if ((ret = pthread_cond_wait(&(bolt->cond), &(bolt->mutex))) != 0) in wait_for()
|
/netbsd-src/tests/libexec/ld.elf_so/ |
H A D | h_thread_local_dtor.c | 50 pthread_cond_wait(&cond2, &mutex); in thread_helper() 75 pthread_cond_wait(&cond1, &mutex); in main()
|
/netbsd-src/external/cddl/osnet/lib/libzfs/ |
H A D | thread_pool.c | 135 (void) pthread_cond_wait(&tpool->tp_workcv, in tpool_worker() 319 (void) pthread_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex); in tpool_destroy() 324 (void) pthread_cond_wait(&tpool->tp_busycv, &tpool->tp_mutex); in tpool_destroy() 364 (void) pthread_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex); in tpool_wait()
|
/netbsd-src/lib/librumpuser/ |
H A D | rumpuser_bio.c | 117 NOFAIL_ERRNO(pthread_cond_wait(&biocv, &biomtx)); in biothread() 179 pthread_cond_wait(&biocv, &biomtx); in rumpuser_bio()
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | ctfmerge.c | 381 if ((errno = pthread_cond_wait(&slot->wip_cv, &wq->wq_donequeue_lock)) != 0) in wip_save_work() 446 if ((errno = pthread_cond_wait(&wq->wq_work_avail, in worker_runphase1() 521 if ((errno = pthread_cond_wait(&wq->wq_work_avail, in worker_runphase2() 556 if ((errno = pthread_cond_wait(&wq->wq_done_cv, in worker_runphase2() 634 if ((errno = pthread_cond_wait(&wq->wq_work_removed, &wq->wq_queue_lock)) != 0) in merge_ctf_cb() 1039 if ((errno = pthread_cond_wait(&wq.wq_alldone_cv, &wq.wq_queue_lock)) != 0) in main()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/ |
H A D | dd_interceptors.cc | 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() 317 INTERCEPT_FUNCTION_VER(pthread_cond_wait, "GLIBC_2.3.2"); in InitializeInterceptors()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | cipher-ctr-mt.c | 245 pthread_cond_wait(&q->cond, &q->lock); in thread_loop() 344 pthread_cond_wait(&q->cond, &q->lock); in ssh_aes_ctr() 424 pthread_cond_wait(&c->q[0].cond, &c->q[0].lock); in ssh_aes_ctr_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | gthr-posix.h | 128 __gthrw(pthread_cond_wait) 634 return __gthrw_(pthread_cond_wait) ((pthread_cond_t *) condition->backend, in __gthread_objc_condition_wait() 868 return __gthrw_(pthread_cond_wait) (__cond, __mutex); in __gthread_cond_wait()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | gthr-posix.h | 128 __gthrw(pthread_cond_wait) 634 return __gthrw_(pthread_cond_wait) ((pthread_cond_t *) condition->backend, in __gthread_objc_condition_wait() 868 return __gthrw_(pthread_cond_wait) (__cond, __mutex); in __gthread_cond_wait()
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | exception.cc | 55 #pragma weak pthread_cond_wait macro 56 #define pthread_cond_wait(cv, mtx) do {\ macro 57 if (pthread_cond_wait) pthread_cond_wait(cv, mtx);\ 496 pthread_cond_wait(&emergency_malloc_wait, &emergency_malloc_lock); in emergency_malloc()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | condition.h | 79 int _ret = pthread_cond_wait(cp, mp); \ 80 PTHREADS_RUNTIME_CHECK(pthread_cond_wait, _ret); \
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/lib/libpthread/ |
H A D | pthread_cond.c | 56 __strong_alias(__libc_cond_wait,pthread_cond_wait) 219 pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() function
|
H A D | cnd.c | 114 if (pthread_cond_wait(cond, mtx) == 0) in cnd_wait()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/posix/ |
H A D | sem.c | 71 ret = pthread_cond_wait (&sem->cond, &sem->mutex); in gomp_sem_wait()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_linux_test.cc | 104 pthread_cond_wait(&arg->terminate_thread_cond, in TidReporterThread() 117 pthread_cond_wait(&thread_arg.tid_reported_cond, in SpawnTidReporter()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | threads.h | 30 #define COND_WAIT(c,m) pthread_cond_wait(c,m)
|