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

  /external/libevent/include/event2/
util.h 435 #define evutil_gettimeofday(tv, tz) gettimeofday((tv), (tz)) macro
438 int evutil_gettimeofday(struct timeval *tv, struct timezone *tz);
  /external/libevent/
evutil.c 426 evutil_gettimeofday(struct timeval *tv, struct timezone *tz) function
    [all...]

Completed in 55 milliseconds