Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/src/9/teg2/notes/assumes-hz-under-1000 – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
./dat.h:9: #define	MS2HZ		(1000/HZ)		/* millisec per clock tick */
2
./random.c:87: 	addclock0link(randomclock, 1000/HZ);
3
../port/portclock.c:255: 		ms = 1000/HZ;
4
../port/portfns.h:335: #define		TK2MS(x) ((x)*(1000/HZ))