Mercurial > hg > Members > kono > nitros9-code
changeset 475:c8d3a5ef9537
entered: chdir chmod qsort strass toupper tsleep wait
author | roug |
---|---|
date | Sun, 06 Oct 2002 09:10:36 +0000 |
parents | 31ce96b2dc9d |
children | 1e5bbc865130 |
files | docs/ccguide/tsleep.refentry |
diffstat | 1 files changed, 13 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/ccguide/tsleep.refentry Sun Oct 06 09:10:36 2002 +0000 +++ b/docs/ccguide/tsleep.refentry Sun Oct 06 09:10:36 2002 +0000 @@ -8,15 +8,26 @@ <funcsynopsis> <funcprototype> <funcdef><function>tsleep</function></funcdef> - <paramdef>type <parameter>arg1</parameter></paramdef> + <paramdef>int <parameter>ticks</parameter></paramdef> </funcprototype> </funcsynopsis> </refsynopsisdiv> +<refsect1><title>Assembler Equivalent</title> +<para> +os9 F$SLEEP +</para> +</refsect1> <refsect1><title>Description</title> <para> -Placeholder +Tsleep deactivates the calling process for a specified number +of system "ticks" or indefinitely if "ticks" is zero. A tick +is system dependent but is usually 100ms. +</para> +<para> +For a fuller description of this call, see the OS-9 System +Programmer's Manual. </para> </refsect1> </refentry>