Home | History | Annotate | Download | only in time

Lines Matching defs:mono

217 // mono returns t's monotonic clock reading.
222 func (t *Time) mono() int64 {
1040 func now() (sec int64, nsec int32, mono int64)
1044 sec, nsec, mono := now()
1049 return Time{hasMonotonic | uint64(sec)<<nsecShift | uint64(nsec), mono, Local}