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

  /external/libevent/
evthread_win32.c 163 ms = evutil_tv_to_msec(tv);
240 ms_orig = ms = evutil_tv_to_msec(tv);
poll.c 158 msec = evutil_tv_to_msec(tv);
util-internal.h 270 long evutil_tv_to_msec(const struct timeval *tv);
epoll.c 394 timeout = evutil_tv_to_msec(tv);
win32select.c 302 long msec = tv ? evutil_tv_to_msec(tv) : LONG_MAX;
evutil.c 2143 evutil_tv_to_msec(const struct timeval *tv) function
    [all...]

Completed in 208 milliseconds