Searched refs:cond_wait (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c116 cond_wait(clockid_t clck, const char *msg) { function
135 cond_wait(CLOCK_REALTIME, "CLOCK_REALTIME");
146 cond_wait(CLOCK_MONOTONIC, "CLOCK_MONOTONIC");
/freebsd-13-stable/lib/libc/include/
H A Dreentrant.h111 #define cond_wait(c, m) if (__isthreaded) \ macro
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_thread.c69 struct cond_wait { struct
77 struct cond_wait *cw = arg;
87 struct cond_wait *cw = arg;
101 struct cond_wait cw;
261 struct cond_wait *cond;
295 struct cond_wait cond;
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c69 struct cond_wait { struct
77 struct cond_wait *cw = arg;
87 struct cond_wait *cw = arg;
101 struct cond_wait cw;
261 struct cond_wait *cond;
295 struct cond_wait cond;
/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dsynch.h104 int cond_wait(cond_t *, mutex_t *);
H A Dthread.h65 #define cond_wait(l,m) pthread_cond_wait(l,m) macro
/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_dg.c347 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock);
632 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock);
660 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock);
802 cond_wait(&dg_cv[cu_fd], &clnt_fd_lock);
H A Dclnt_vc.c338 cond_wait(&vc_cv[ct->ct_fd], &clnt_fd_lock);
491 cond_wait(&vc_cv[ct->ct_fd], &clnt_fd_lock);
538 cond_wait(&vc_cv[ct->ct_fd], &clnt_fd_lock);
655 cond_wait(&vc_cv[ct_fd], &clnt_fd_lock);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1151 static int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, function
1174 return cond_wait(thr, pc, &si, (int (*)(void *c, void *m, void *abstime))REAL(
1182 return cond_wait(thr, pc, &si, REAL(pthread_cond_timedwait), cond, m,
1191 return cond_wait(thr, pc, &si, REAL(pthread_cond_timedwait_relative_np), cond,
2580 TSAN_INTERCEPTOR_NETBSD_ALIAS(int, cond_wait, void *c, void *m)
2800 TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS(cond_wait);

Completed in 273 milliseconds