Lines Matching refs:timespec
82 timespec NBLog::FormatEntry::timestamp() const { in timestamp()
86 return it.payload<timespec>(); in timestamp()
304 struct timespec ts; in logTimestamp()
310 void NBLog::Writer::logTimestamp(const struct timespec &ts) in logTimestamp()
384 struct timespec t; in logVFormat()
398 t = va_arg(argp, struct timespec); in logVFormat()
534 void NBLog::LockedWriter::logTimestamp(const struct timespec &ts) in logTimestamp()
692 struct timespec ts; in dump()
699 if (prevEntry->length != sizeof(struct timespec)) { in dump()
752 struct timespec tsNext; in dump()
770 size_t n = (aux - entry) / (sizeof(struct timespec) + 3 /*Entry::kOverhead?*/); in dump()
848 struct timespec ts; in appendTimestamp()
849 memcpy(&ts, data, sizeof(struct timespec)); in appendTimestamp()
875 struct timespec ts = fmtEntry.timestamp(); in handleFormat()
976 struct timespec ts;
978 MergeItem(struct timespec ts, int index): ts(ts), index(index) {} in MergeItem()
982 bool operator>(const struct timespec &t1, const struct timespec &t2) { in operator >()
1007 timespec ts = FormatEntry(offsets[i]).timestamp(); in merge()
1020 timespec ts = FormatEntry(offsets[index]).timestamp(); in merge()