Cancels a pending timeout request.
int untimeout(id) int id;
The untimeout utility cancels the specific request made with the timeout utility.
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.
id | Specifies the identifier returned from the corresponding timeout request. |
The untimeout utility can be called from either the process or interrupt environment.
This utility is part of STREAMS Kernel Extensions.
The timeout utility.
List of Streams Programming References and Understanding STREAMS Drivers and Modules in AIX Version 4.3 Communications Programming Concepts.