Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/pause.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 | 0e448b7f9353 |
children |
line wrap: on
line source
<refentry id="pause"> <refnamediv> <refname>Pause</refname> <refpurpose>halt and wait for interrupt</refpurpose> </refnamediv> <refsynopsisdiv> <funcsynopsis> <funcprototype> <funcdef><function>pause</function></funcdef> <void/> </funcprototype> </funcsynopsis> </refsynopsisdiv> <refsect1><title>Assembler Equivalent</title> <para> os9 I$SLEEP (with a value of 0) </para> </refsect1> <refsect1><title>Description</title> <para> Pause may be used to halt a task until an interrupt is received from "kill". </para> <para> Pause always returns -1. </para> </refsect1> <refsect1><title>See Also</title> <para> <link linkend="kill">kill()</link>, <link linkend="signal">signal()</link>, OS-9 shell command "kill" </para> </refsect1> </refentry>