Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Devthread-internal.h205 int evthreadimpl_cond_wait_(void *cond, void *lock, const struct timeval *tv);
297 ( (cond) ? evthreadimpl_cond_wait_((cond), (lock), NULL) : 0 )
301 ( (cond) ? evthreadimpl_cond_wait_((cond), (lock), (tv)) : 0 )
H A Devthread.c489 evthreadimpl_cond_wait_(void *cond, void *lock, const struct timeval *tv) in evthreadimpl_cond_wait_() function
/freebsd/contrib/libevent/
H A Devthread-internal.h205 int evthreadimpl_cond_wait_(void *cond, void *lock, const struct timeval *tv);
297 ( (cond) ? evthreadimpl_cond_wait_((cond), (lock), NULL) : 0 )
301 ( (cond) ? evthreadimpl_cond_wait_((cond), (lock), (tv)) : 0 )
H A Devthread.c489 evthreadimpl_cond_wait_(void *cond, void *lock, const struct timeval *tv) in evthreadimpl_cond_wait_() function