Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
Dt_condwait.c107 cond_wait(clockid_t clck, const char *msg) { in cond_wait() function
126 cond_wait(CLOCK_REALTIME, "CLOCK_REALTIME"); in ATF_TC_BODY()
137 cond_wait(CLOCK_MONOTONIC, "CLOCK_MONOTONIC"); in ATF_TC_BODY()
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
Dregress_thread.c69 struct cond_wait { struct
77 struct cond_wait *cw = arg; in wake_all_timeout() argument
87 struct cond_wait *cw = arg; in wake_one_timeout()
101 struct cond_wait cw; in basic_thread()
261 struct cond_wait *cond;
295 struct cond_wait cond; in thread_conditions_simple()
/freebsd-12-stable/contrib/libevent/test/
Dregress_thread.c69 struct cond_wait { struct
77 struct cond_wait *cw = arg; in wake_all_timeout() argument
87 struct cond_wait *cw = arg; in wake_one_timeout()
101 struct cond_wait cw; in basic_thread()
261 struct cond_wait *cond;
295 struct cond_wait cond; in thread_conditions_simple()
/freebsd-12-stable/contrib/gcc/
Dgthr-solaris.h94 __gthrw(cond_wait) in __gthrw()
377 return __gthrw_(cond_wait) ((cond_t *) (&(condition->backend)), in __gthread_objc_condition_wait()
/freebsd-12-stable/lib/libc/include/
Dreentrant.h111 #define cond_wait(c, m) if (__isthreaded) \ macro
/freebsd-12-stable/cddl/contrib/opensolaris/head/
Dthread.h65 #define cond_wait(l,m) pthread_cond_wait(l,m) macro
Dsynch.h104 int cond_wait(cond_t *, mutex_t *);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1178 int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, const Fn &fn, in cond_wait() function
1204 return cond_wait( in INTERCEPTOR()
1212 return cond_wait( in INTERCEPTOR()
1223 return cond_wait( in INTERCEPTOR()
1238 return cond_wait( in INTERCEPTOR()
2665 TSAN_INTERCEPTOR_FREEBSD_ALIAS(int, cond_wait, void *c, void *m)
2684 TSAN_INTERCEPTOR_NETBSD_ALIAS(int, cond_wait, void *c, void *m)
2916 TSAN_MAYBE_INTERCEPT_FREEBSD_ALIAS(cond_wait); in InitializeInterceptors()
2935 TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS(cond_wait); in InitializeInterceptors()
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/
Dkernel.c320 int ret = cond_wait(cv, &mp->m_lock); in cv_wait()