Home
last modified time | relevance | path

Searched refs:evthreadimpl_cond_wait_ (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/
H A Devthread-internal.h207 int evthreadimpl_cond_wait_(void *cond, void *lock, const struct timeval *tv);
299 ( (cond) ? evthreadimpl_cond_wait_((cond), (lock), NULL) : 0 )
303 ( (cond) ? evthreadimpl_cond_wait_((cond), (lock), (tv)) : 0 )
H A Devthread.c493 evthreadimpl_cond_wait_(void *cond, void *lock, const struct timeval *tv) in evthreadimpl_cond_wait_() function