diff options
Diffstat (limited to 'static/v10/man2/sleep.2')
| -rw-r--r-- | static/v10/man2/sleep.2 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/static/v10/man2/sleep.2 b/static/v10/man2/sleep.2 new file mode 100644 index 00000000..d74b8f20 --- /dev/null +++ b/static/v10/man2/sleep.2 @@ -0,0 +1,31 @@ +.pa 1 +.he 'SLEEP (II)'9/4/72'SLEEP (II)' +.ti 0 +NAME sleep -- stop execution for interval +.sp +.ti 0 +SYNOPSIS (seconds in r0) +.br +sys sleep / sleep = 35.; not in assembler +.sp +.ti 0 +DESCRIPTION The +current process is suspended from execution +for the number of seconds specified +by the contents of register 0. +.sp +.ti 0 +SEE ALSO -- +.sp +.ti 0 +DIAGNOSTICS -- +.sp +.ti 0 +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. |
