466
|
1 <refentry id="tsleep">
|
|
2 <refnamediv>
|
468
|
3 <refname>Tsleep</refname>
|
|
4 <refpurpose>put process to sleep</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
|
9 <funcprototype>
|
|
10 <funcdef><function>tsleep</function></funcdef>
|
475
|
11 <paramdef>int <parameter>ticks</parameter></paramdef>
|
466
|
12 </funcprototype>
|
|
13 </funcsynopsis>
|
|
14
|
|
15 </refsynopsisdiv>
|
|
16
|
475
|
17 <refsect1><title>Assembler Equivalent</title>
|
|
18 <para>
|
|
19 os9 F$SLEEP
|
|
20 </para>
|
|
21 </refsect1>
|
466
|
22 <refsect1><title>Description</title>
|
|
23 <para>
|
475
|
24 Tsleep deactivates the calling process for a specified number
|
|
25 of system "ticks" or indefinitely if "ticks" is zero. A tick
|
|
26 is system dependent but is usually 100ms.
|
|
27 </para>
|
|
28 <para>
|
|
29 For a fuller description of this call, see the OS-9 System
|
|
30 Programmer's Manual.
|
466
|
31 </para>
|
|
32 </refsect1>
|
|
33 </refentry>
|