Searched defs:ClockTimestamp (Results 1 – 1 of 1) sorted by relevance
138 struct ClockTimestamp { struct139 ClockTimestamp(ClockId id, int64_t ts) : clock(id), timestamp(ts) {} in ClockTimestamp() argument140 ClockTimestamp(ClockId id, int64_t ts, int64_t unit, bool incremental) in ClockTimestamp() argument143 Clock clock;144 int64_t timestamp;