Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/tsleep.refentry @ 3140:03b580a02945
Allow CoCo3FPGA-specific build of superdesc.asm
Added new conditional CC3FPGA and code to "level1/modules/superdesc.asm"
to reflect changes needed to build the new SD card descriptors for the
Coco3FPGA.
author | Bill Pierce <merlinious999@gmail.com> |
---|---|
date | Sat, 04 Feb 2017 11:06:26 +0100 |
parents | c8d3a5ef9537 |
children |
line wrap: on
line source
<refentry id="tsleep"> <refnamediv> <refname>Tsleep</refname> <refpurpose>put process to sleep</refpurpose> </refnamediv> <refsynopsisdiv> <funcsynopsis> <funcprototype> <funcdef><function>tsleep</function></funcdef> <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> 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>