Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dpthread_cond_wait.c26 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
Dbp_in_thread.c25 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
Dhand-call-in-threads.c47 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
Dinterrupted-hand-call.c53 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
/netbsd/src/external/bsd/libevent/dist/test/
Dregress_thread.c73 struct cond_wait { struct
81 struct cond_wait *cw = arg; in wake_all_timeout() argument
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dregress_thread.c71 struct cond_wait { struct
79 struct cond_wait *cw = arg; in wake_all_timeout() argument
/netbsd/src/tests/lib/libpthread/
Dt_condwait.c104 cond_wait(clockid_t clck, const char *msg) { in cond_wait() function
/netbsd/src/external/cddl/osnet/dist/head/
Dthread.h69 #define cond_wait(l,m) pthread_cond_wait(l,m) macro
/netbsd/src/lib/libc/include/
Dreentrant.h168 #define cond_wait(c, m) __libc_cond_wait((c), (m)) macro