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

/freebsd-current/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-current/lib/libc/include/
H A Dreentrant.h109 #define cond_wait(c, m) if (__isthreaded) \ macro
/freebsd-current/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-current/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-current/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-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1219 int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, const Fn &fn, function
1245 return cond_wait(
1253 return cond_wait(
1264 return cond_wait(
1279 return cond_wait(
2793 TSAN_INTERCEPTOR_FREEBSD_ALIAS(int, cond_wait, void *c, void *m)
2812 TSAN_INTERCEPTOR_NETBSD_ALIAS(int, cond_wait, void *c, void *m)
3044 TSAN_MAYBE_INTERCEPT_FREEBSD_ALIAS(cond_wait);
3063 TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS(cond_wait);

Completed in 196 milliseconds