Lines Matching refs:timespec
136 struct timespec ts; in logTimestamp()
138 log(EVENT_TIMESTAMP, &ts, sizeof(struct timespec)); in logTimestamp()
142 void NBLog::Writer::logTimestamp(const struct timespec& ts) in logTimestamp()
147 log(EVENT_TIMESTAMP, &ts, sizeof(struct timespec)); in logTimestamp()
255 void NBLog::LockedWriter::logTimestamp(const struct timespec& ts) in logTimestamp()
321 struct timespec ts; in dump()
330 if (length != sizeof(struct timespec)) { in dump()
334 memcpy(&ts, ©[i - length - 1], sizeof(struct timespec)); in dump()
371 memcpy(&ts, data, sizeof(struct timespec)); in dump()
378 j += sizeof(struct timespec) + 3; in dump()
382 struct timespec tsNext; in dump()
383 memcpy(&tsNext, ©[j + 2], sizeof(struct timespec)); in dump()
400 size_t n = (j - i) / (sizeof(struct timespec) + 3); in dump()