HomeSort by: relevance | last modified time | path
    Searched refs:pthread_cond_wait (Results 1 - 22 of 22) sorted by relevancy

  /src/tests/libexec/ld.elf_so/
h_thread_local_dtor.c 50 pthread_cond_wait(&cond2, &mutex);
75 pthread_cond_wait(&cond1, &mutex);
  /src/tests/lib/libpthread/
t_cond.c 96 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
157 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
216 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, &static_mutex));
243 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
282 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
372 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
412 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
512 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
538 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
t_preempt.c 106 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
t_cancellation.c 579 RZ(pthread_cond_wait(&cond, &mutex));
  /src/lib/libpthread/
cnd.c 114 if (pthread_cond_wait(cond, mtx) == 0)
pthread_cond.c 60 __strong_alias(__libc_cond_wait,pthread_cond_wait)
228 pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) function in typeref:typename:int
pthread.h 129 int pthread_cond_wait(pthread_cond_t * __restrict,
313 * (pthread_attr_*). The pthread_cond_wait and pthread_cond_timedwait
372 #define pthread_cond_wait __libc_cond_wait macro
Makefile 195 MLINKS+= pthread_cond.3 pthread_cond_wait.3
  /src/lib/librumpuser/
rumpuser_bio.c 117 NOFAIL_ERRNO(pthread_cond_wait(&biocv, &biomtx));
179 pthread_cond_wait(&biocv, &biomtx);
rumpuser_pth.c 532 * the mutex that was reacquired by pthread_cond_wait(),
563 NOFAIL_ERRNO(pthread_cond_wait(&cv->pthcv, &mtx->pthmtx));
574 NOFAIL_ERRNO(pthread_cond_wait(&cv->pthcv, &mtx->pthmtx));
rumpuser_sp.c 156 pthread_cond_wait(&rw->rw_cv, &spc->spc_mtx);
707 pthread_cond_wait(&spc->spc_cv, &spc->spc_mtx);
757 pthread_cond_wait(&sbacv, &sbamtx);
sp_common.c 277 pthread_cond_wait(&spc->spc_cv, &spc->spc_mtx);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 183 INTERCEPTOR(int, pthread_cond_wait, pthread_cond_t *c, pthread_mutex_t *m) {
188 int res = REAL(pthread_cond_wait)(cond, m);
317 INTERCEPT_FUNCTION_VER(pthread_cond_wait, "GLIBC_2.3.2");
  /src/tests/rump/rumpkern/h_client/
h_reconcli.c 28 pthread_cond_wait(&closercv, &closermtx);
  /src/tests/fs/puffs/
t_fuzz.c 183 pthread_cond_wait(&dacv, &damtx);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 104 pthread_cond_wait(&arg->terminate_thread_cond,
117 pthread_cond_wait(&thread_arg.tid_reported_cond,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
sanitizer_wrappers.cc 176 LLVM_SYMBOLIZER_INTERCEPTOR2(pthread_cond_wait,
  /src/lib/librumpclient/
rumpclient.c 340 pthread_cond_wait(&rw->rw_cv, &spc->spc_mtx);
519 pthread_cond_wait(&spc->spc_cv, &spc->spc_mtx);
777 pthread_cond_wait(&rw.rw_cv, &clispc.spc_mtx);
  /src/lib/libisns/
isns_task.c 91 rval = pthread_cond_wait(&task_p->wait_condvar,
  /src/tests/lib/libc/sys/
t_ptrace_lwp_wait.h 118 pthread_cond_wait(&lwpinfo_thread_cnd,
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1134 // pthread_cond_wait interceptor has enabled async signal delivery
1175 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) {
1177 SCOPED_TSAN_INTERCEPTOR(pthread_cond_wait, cond, m);
1179 pthread_cond_wait),
2693 TSAN_INTERCEPT_VER(pthread_cond_wait, PTHREAD_ABI_BASE);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3409 TEST(MemorySanitizer, pthread_cond_wait) {
3420 int res = pthread_cond_wait(&cond, &mu);
3427 res = pthread_cond_wait(&cond, &mu);

Completed in 29 milliseconds