Searched refs:cond_wait (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/ |
| D | t_condwait.c | 107 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/ |
| D | regress_thread.c | 69 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/ |
| D | regress_thread.c | 69 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/ |
| D | gthr-solaris.h | 94 __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/ |
| D | reentrant.h | 111 #define cond_wait(c, m) if (__isthreaded) \ macro
|
| /freebsd-12-stable/cddl/contrib/opensolaris/head/ |
| D | thread.h | 65 #define cond_wait(l,m) pthread_cond_wait(l,m) macro
|
| D | synch.h | 104 int cond_wait(cond_t *, mutex_t *);
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors_posix.cpp | 1178 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/ |
| D | kernel.c | 320 int ret = cond_wait(cv, &mp->m_lock); in cv_wait()
|