Home
last modified time | relevance | path

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

/external/libevent/
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 )
Devthread.c489 evthreadimpl_cond_wait_(void *cond, void *lock, const struct timeval *tv) in evthreadimpl_cond_wait_() function