kc3-lang/libevent/time-internal.h

Branch :


Log

Author Commit Date CI Message
630f077c 2012-04-26 11:56:59 Simple unit tests for monotonic timers
2c470452 2012-04-23 13:33:25 Implement fast/precise monotonic clocks on Windows This uses code from libutp, which was released under the MIT license; see evutil_time.c and LICENSE changes.
f5e4eb05 2012-04-20 13:14:10 Refactor monotonic timer handling into a new type and set of functions; add a gettimeofday-based ratcheting implementation Now, event.c can always assume that we have a monotonic timer; this makes event.c easier to write.
71bca50f 2012-04-20 12:27:12 Split out time-related prototypes into time-internal.h