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 193 int evthreadimpl_cond_wait_(void *cond, void *lock, const struct timeval *tv);
285 ( (cond) ? evthreadimpl_cond_wait_((cond), (lock), NULL) : 0 )
289 ( (cond) ? evthreadimpl_cond_wait_((cond), (lock), (tv)) : 0 )
evthread.c 489 evthreadimpl_cond_wait_(void *cond, void *lock, const struct timeval *tv) function

Completed in 105 milliseconds