HomeSort by: relevance | last modified time | path
    Searched defs:evutil_monotonic_timer (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libevent/dist/
time-internal.h 65 struct evutil_monotonic_timer { struct
92 int evutil_configure_monotonic_time_(struct evutil_monotonic_timer *mt,
95 int evutil_gettime_monotonic_(struct evutil_monotonic_timer *mt, struct timeval *tv);
  /src/external/bsd/ntp/dist/sntp/libevent/
time-internal.h 66 struct evutil_monotonic_timer { struct
93 int evutil_configure_monotonic_time_(struct evutil_monotonic_timer *mt,
96 int evutil_gettime_monotonic_(struct evutil_monotonic_timer *mt, struct timeval *tv);
  /src/external/bsd/libevent/dist/include/event2/
util.h 327 struct evutil_monotonic_timer struct
345 /** Allocate a new struct evutil_monotonic_timer for use with the
351 struct evutil_monotonic_timer * evutil_monotonic_timer_new(void);
353 /** Free a struct evutil_monotonic_timer that was allocated using
357 void evutil_monotonic_timer_free(struct evutil_monotonic_timer *timer);
359 /** Set up a struct evutil_monotonic_timer; flags can include
363 int evutil_configure_monotonic_time(struct evutil_monotonic_timer *timer,
366 /** Query the current monotonic time from a struct evutil_monotonic_timer
377 int evutil_gettime_monotonic(struct evutil_monotonic_timer *timer,
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
util.h 327 struct evutil_monotonic_timer struct
345 /** Allocate a new struct evutil_monotonic_timer for use with the
351 struct evutil_monotonic_timer * evutil_monotonic_timer_new(void);
353 /** Free a struct evutil_monotonic_timer that was allocated using
357 void evutil_monotonic_timer_free(struct evutil_monotonic_timer *timer);
359 /** Set up a struct evutil_monotonic_timer; flags can include
363 int evutil_configure_monotonic_time(struct evutil_monotonic_timer *timer,
366 /** Query the current monotonic time from a struct evutil_monotonic_timer
377 int evutil_gettime_monotonic(struct evutil_monotonic_timer *timer,

Completed in 134 milliseconds