Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/9/teg2/notes/assumes-hz-under-1000

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


./dat.h:9: #define	MS2HZ		(1000/HZ)		/* millisec per clock tick */
./random.c:87: 	addclock0link(randomclock, 1000/HZ);
../port/portclock.c:255: 		ms = 1000/HZ;
../port/portfns.h:335: #define		TK2MS(x) ((x)*(1000/HZ))

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.