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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A 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 )
H A Devthread.c425 _evthreadimpl_cond_wait(void *cond, void *lock, const struct timeval *tv) function

Completed in 33 milliseconds