Lines Matching refs:timespec
22 /* struct log_time is a wire-format variant of struct timespec */
40 static constexpr timespec EPOCH = {0, 0};
43 explicit log_time(const timespec& T)
50 timespec T;
56 /* timespec */
57 bool operator==(const timespec& T) const {
61 bool operator!=(const timespec& T) const {
64 bool operator<(const timespec& T) const {
69 bool operator>=(const timespec& T) const {
72 bool operator>(const timespec& T) const {
77 bool operator<=(const timespec& T) const {