3/15/72 SLEEP (II)
NAME sleep -- stop execution for interval
SYNOPSIS (60ths of a second in r0)
sys sleep / sleep = 35.; not in assembler
DESCRIPTION The current process is suspended from execution
for the number of 60ths of a second specified by
the contents of register 0.
FILES --
SEE ALSO --
DIAGNOSTICS --
BUGS Due to the implementation, the sleep interval is
only accurate to 256 60ths of a second (4.26
sec). Even then, the process is placed on a low
priority queue and must be scheduled.
OWNER ken, dmr