osf1 man page for untimeout

Query: untimeout

OS: osf1

Section: 9r

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

untimeout(9r)															     untimeout(9r)

NAME
untimeout - General: Removes the scheduled routine from the callout queues
SYNOPSIS
boolean_t untimeout( int (*function) (), caddr_t argument );
ARGUMENTS
Specifies a pointer to the routine to be removed from the callout queues. Specifies a single argument to be passed to the called routine.
DESCRIPTION
The untimeout routine removes the scheduled routine from the callout queue. The specified routine was placed on the callout queue in a pre- vious call to the timeout routine. The argument formal parameter must match the argument parameter you specified in the previous call to timeout. If the specified routine is not in the callout queue, untimeout returns without removing any scheduled routines.
RETURN VALUES
The untimeout routine returns the value TRUE on success and the value FALSE on failure.
SEE ALSO
Routines: timeout(9r) untimeout(9r)
Related Man Pages
untimeout(9f) - opensolaris
callout_active(9) - debian
callout_deactivate(9) - debian
callout_stop(9) - debian
untimeout(9f) - sunos
Similar Topics in the Unix Linux Community
Meta Devices and Mirroring
Tcp Socket (Connection refused) to my server box
Problem with Mux channel legacy code.