HomeSort by relevance Sort by last modified time
    Searched refs:_evthreadimpl_cond_wait (Results 1 - 2 of 2) sorted by null

  /external/libevent/
evthread-internal.h 191 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 )
evthread.c 425 _evthreadimpl_cond_wait(void *cond, void *lock, const struct timeval *tv) function

Completed in 3986 milliseconds