Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
Realtime Library Functionstimer_delete(3RT)


NAME

 timer_delete - delete a timer

SYNOPSIS

 
cc [ flag... ] file... -lrt [ library... ]
#include <time.h>
int timer_delete(timer_t timerid);

DESCRIPTION

 

The timer_delete() function deletes the specified timer, timerid, previously created by the timer_create(3RT) function. If the timer is armed when timer_delete() is called, the behavior will be as if the timer is automatically disarmed before removal. The disposition of pending signals for the deleted timer is unspecified.

RETURN VALUES

 

If successful, the function returns 0. Otherwise, the function returns -1 and sets errno to indicate the error.

ERRORS

 

The timer_delete() function will fail if:

EINVAL
The timer ID specified by timerid is not a valid timer ID.
ENOSYS
The timer_delete() function is not supported by the system.

ATTRIBUTES

 

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
MT-LevelMT-Safe with exceptions

SEE ALSO

 

timer_create(3RT), attributes(5)


SunOS 5.9Go To TopLast Changed 22 Jun 1998

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.