Searched defs:cond_wait (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_thread.c | 73 struct cond_wait { struct 81 struct cond_wait *cw = arg; in wake_all_timeout() argument
|
/netbsd-src/tests/lib/libpthread/ |
H A D | t_condwait.c | 104 cond_wait(clockid_t clck, const char *msg) { in cond_wait() function
|
/netbsd-src/external/cddl/osnet/dist/head/ |
H A D | thread.h | 69 #define cond_wait(l,m) pthread_cond_wait(l,m) macro
|
/netbsd-src/lib/libc/include/ |
H A D | reentrant.h | 165 #define cond_wait(c, m) __libc_cond_wait( global() macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors.cc | 1113 static int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, in cond_wait() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_interceptors.cc | 1155 static int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, in cond_wait() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_posix.cpp | 1198 int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, const Fn &fn, in cond_wait() function
|