Home | History | Annotate | Download | only in log

Lines Matching refs:timespec

23 /* struct log_time is a wire-format variant of struct timespec */
39 log_time(const timespec &T)
49 static const timespec EPOCH;
55 timespec T;
67 // timespec
68 bool operator== (const timespec &T) const
73 bool operator!= (const timespec &T) const
77 bool operator< (const timespec &T) const
83 bool operator>= (const timespec &T) const
87 bool operator> (const timespec &T) const
93 bool operator<= (const timespec &T) const
97 log_time operator-= (const timespec &T);
98 log_time operator- (const timespec &T) const
103 log_time operator+= (const timespec &T);
104 log_time operator+ (const timespec &T) const