Home
last modified time | relevance | path

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

/external/libevent/
Devthread-internal.h191 int _evthreadimpl_cond_wait(void *cond, void *lock, const struct timeval *tv);
283 ( (cond) ? _evthreadimpl_cond_wait((cond), (lock), NULL) : 0 )
287 ( (cond) ? _evthreadimpl_cond_wait((cond), (lock), (tv)) : 0 )
Devthread.c425 _evthreadimpl_cond_wait(void *cond, void *lock, const struct timeval *tv) in _evthreadimpl_cond_wait() function