*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> untimeout (9r)              
Title
Content
Arch
Section
 

untimeout(9r)

Contents


NAME    [Toc]    [Back]

       untimeout  -  General:  Removes the scheduled routine from
       the callout queues

SYNOPSIS    [Toc]    [Back]

       boolean_t untimeout(
               int (*function) (),
               caddr_t argument );

ARGUMENTS    [Toc]    [Back]

       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    [Toc]    [Back]

       The untimeout routine removes the scheduled  routine  from
       the callout queue. The specified routine was placed on the
       callout queue in a previous 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    [Toc]    [Back]

       The untimeout routine returns the value  TRUE  on  success
       and the value FALSE on failure.

SEE ALSO    [Toc]    [Back]

      
      
       Routines: timeout(9r)



                                                    untimeout(9r)
[ Back ]
 Similar pages
Name OS Title
miser_qinfo IRIX query information on miser queues, queue resource status, and list of jobs scheduled against a queue
timeout Tru64 General: Initializes a callout queue element
select_dequeue_all Tru64 General: Removes all kernel threads waiting for an event
select_dequeue Tru64 General: Removes the last kernel thread waiting for an event
LIST_INSERT_AFTER NetBSD implementations of singlylinked lists, lists, simple queues, tail queues, and circular queues
LIST_INSERT_BEFORE NetBSD implementations of singlylinked lists, lists, simple queues, tail queues, and circular queues
LIST_INSERT_HEAD NetBSD implementations of singlylinked lists, lists, simple queues, tail queues, and circular queues
LIST_NEXT NetBSD implementations of singlylinked lists, lists, simple queues, tail queues, and circular queues
LIST_INIT NetBSD implementations of singlylinked lists, lists, simple queues, tail queues, and circular queues
LIST_REMOVE NetBSD implementations of singlylinked lists, lists, simple queues, tail queues, and circular queues
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service