Searched defs:nsec_t (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dtime-util.h30 typedef uint64_t nsec_t; typedef
43 #define NSEC_INFINITY ((nsec_t) -1)
48 #define NSEC_PER_SEC ((nsec_t) 1000000000ULL)
49 #define NSEC_PER_MSEC ((nsec_t) 1000000ULL)
50 #define NSEC_PER_USEC ((nsec_t) 1000ULL)
53 #define NSEC_PER_MINUTE ((nsec_t) (60ULL*NSEC_PER_SEC))
55 #define NSEC_PER_HOUR ((nsec_t) (60ULL*NSEC_PER_MINUTE))
57 #define NSEC_PER_DAY ((nsec_t) (24ULL*NSEC_PER_HOUR))
59 #define NSEC_PER_WEEK ((nsec_t) (7ULL*NSEC_PER_DAY))
61 #define NSEC_PER_MONTH ((nsec_t) (262980
[all...]

Completed in 7 milliseconds