time.9 (559eb8d2e3f5b22fda7535e64f86c7862c763eab) | time.9 (d5a8819cb767682dbed8b6bd75a68f382c297603) |
---|---|
1.\" $NetBSD: time.9,v 1.1 1995/11/25 21:24:53 perry Exp $ 2.\" 3.\" Copyright (c) 1994 Christopher G. Demetriou 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 78 unchanged lines hidden (view full) --- 87.Va time . 88.Pp 89The 90.Va mono_time 91variable is a monotonically increasing system clock. 92It is set 93from 94.Va time | 1.\" $NetBSD: time.9,v 1.1 1995/11/25 21:24:53 perry Exp $ 2.\" 3.\" Copyright (c) 1994 Christopher G. Demetriou 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 78 unchanged lines hidden (view full) --- 87.Va time . 88.Pp 89The 90.Va mono_time 91variable is a monotonically increasing system clock. 92It is set 93from 94.Va time |
95at boot, and is updated by the periodic timer interrupt. (It is | 95at boot, and is updated by the periodic timer interrupt. 96.Po 97It is |
96not updated by | 98not updated by |
97.Xr settimeofday 2 . ) | 99.Xr settimeofday 2 . 100.Pc |
98.Pp 99All of these variables contain times 100expressed in seconds and microseconds since midnight (0 hour), 101January 1, 1970. 102.Pp 103Clock interrupts should be blocked 104when reading or writing 105.Va time --- 37 unchanged lines hidden --- | 101.Pp 102All of these variables contain times 103expressed in seconds and microseconds since midnight (0 hour), 104January 1, 1970. 105.Pp 106Clock interrupts should be blocked 107when reading or writing 108.Va time --- 37 unchanged lines hidden --- |