Home
last modified time | relevance | path

Searched defs:cond_wait (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_thread.c73 struct cond_wait { struct
81 struct cond_wait *cw = arg; in wake_all_timeout() argument
/netbsd-src/tests/lib/libpthread/
H A Dt_condwait.c104 cond_wait(clockid_t clck, const char *msg) { in cond_wait() function
/netbsd-src/external/cddl/osnet/dist/head/
H A Dthread.h69 #define cond_wait(l,m) pthread_cond_wait(l,m) macro
/netbsd-src/lib/libc/include/
H A Dreentrant.h165 #define cond_wait(c, m) __libc_cond_wait( global() macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc1113 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 Dtsan_interceptors.cc1155 static int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, in cond_wait() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp1198 int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, const Fn &fn, in cond_wait() function