Query: untimeout
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
untimeout(9r) untimeout(9r)NAMEuntimeout - General: Removes the scheduled routine from the callout queuesSYNOPSISboolean_t untimeout( int (*function) (), caddr_t argument );ARGUMENTSSpecifies a pointer to the routine to be removed from the callout queues. Specifies a single argument to be passed to the called routine.DESCRIPTIONThe 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 VALUESThe untimeout routine returns the value TRUE on success and the value FALSE on failure.SEE ALSORoutines: 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. |