[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home |
Legal |
Search ]
Technical Reference: Communications, Volume 2
untimeout Utility
Purpose
Cancels a pending timeout request.
Syntax
int
untimeout(id)
int id;
Description
The untimeout utility cancels
the specific request made with the timeout utility.
This utility is part of STREAMS Kernel Extensions.
Note
This utility must not be confused with the kernel service
of the same name in the libsys.a library. STREAMS modules
and drivers inherently use this version, not the libsys.a library version. No special action is required to use this version in
the STREAMS environment.
Parameters
id |
Specifies the identifier returned from the corresponding timeout
request. |
Execution Environment
The untimeout utility can be
called from either the process or interrupt environment.
Related Information
The timeout utility.
List of Streams Programming
References and Understanding STREAMS Drivers
and Modules in AIX 5L Version 5.2 Communications Programming Concepts.
[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home |
Legal |
Search ]