Lines Matching +full:clock +full:- +full:out +full:- +full:frequency

25 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
43 .Bl -bullet
45 The scheduling clock.
46 This is a real clock with frequency that happens to be 100.
49 The statistics clock.
50 This is a real clock with frequency that happens to be 128.
53 The clock reported by
54 .Xr clock 3 .
55 This is a virtual clock with a frequency that happens to be 128.
56 Its actual frequency is given by the macro
62 .Xr clock 3
74 The clock reported by
76 This is a virtual clock with a frequency that happens to be 128.
77 Its actual frequency is given by the macro
83 Note that its frequency may be different from
102 The profiling clock.
103 This is a real clock with frequency 1024.
108 Applications should determine its actual frequency using
112 The mc146818a clock.
113 This is a real clock with a nominal frequency of 32768.
114 It is divided down to give the statistic clock and the profiling clock.
117 The microseconds clock.
118 This is a virtual clock with frequency 1000000.
127 This is the clock that should normally be used by
131 The i8254 clock.
132 This is a real clock/timer with a nominal frequency of 1193182.
134 It is divided down to give the scheduling clock.
137 The TSC clock (64-bit register) on fifth-generation or later x86 systems.
138 This is a real clock with a frequency that is equivalent to the number of
140 Its frequency can be found using the
143 It is used to interpolate between values of the scheduling clock.
149 The ACPI clock.
150 This is a real clock/timer with a nominal frequency of 3579545.
152 Unlike the TSC clock, it maintains a constant tick rate even when the CPU
153 sleeps or its clock rate changes.
159 is not 1000000 then the application is probably using the wrong clock.
167 .Xr clock 3 ,
171 .An -nosplit