Jason Evans 9bad079039 Refactor time_* into nstime_*.
Use a single uint64_t in nstime_t to store nanoseconds rather than using
struct timespec.  This reduces fragility around conversions between long
and uint64_t, especially missing casts that only cause problems on
32-bit platforms.
2016-02-21 21:39:05 -08:00
..
2015-07-22 15:49:34 -07:00
2014-09-04 22:27:26 -07:00
2015-07-22 15:44:47 -07:00
2014-06-01 20:50:24 -07:00
2016-02-21 21:39:05 -08:00