1TIMER_DELETE(3P)           POSIX Programmer's Manual          TIMER_DELETE(3P)
2
3
4

PROLOG

6       This  manual  page is part of the POSIX Programmer's Manual.  The Linux
7       implementation of this interface may differ (consult the  corresponding
8       Linux  manual page for details of Linux behavior), or the interface may
9       not be implemented on Linux.
10

NAME

12       timer_delete - delete a per-process timer (REALTIME)
13

SYNOPSIS

15       #include <time.h>
16
17       int timer_delete(timer_t timerid);
18
19

DESCRIPTION

21       The timer_delete() function deletes the specified timer, timerid,  pre‐
22       viously  created  by the timer_create() function. If the timer is armed
23       when timer_delete() is called, the behavior shall be as if the timer is
24       automatically  disarmed before removal. The disposition of pending sig‐
25       nals for the deleted timer is unspecified.
26

RETURN VALUE

28       If successful, the timer_delete() function  shall  return  a  value  of
29       zero.  Otherwise, the function shall return a value of -1 and set errno
30       to indicate the error.
31

ERRORS

33       The timer_delete() function shall fail if:
34
35       EINVAL The timer ID specified by timerid is not a valid timer ID.
36
37
38       The following sections are informative.
39

EXAMPLES

41       None.
42

APPLICATION USAGE

44       None.
45

RATIONALE

47       None.
48

FUTURE DIRECTIONS

50       None.
51

SEE ALSO

53       timer_create(), the Base Definitions  volume  of  IEEE Std 1003.1-2001,
54       <time.h>
55
57       Portions  of  this text are reprinted and reproduced in electronic form
58       from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
59       --  Portable  Operating  System  Interface (POSIX), The Open Group Base
60       Specifications Issue 6, Copyright (C) 2001-2003  by  the  Institute  of
61       Electrical  and  Electronics  Engineers, Inc and The Open Group. In the
62       event of any discrepancy between this version and the original IEEE and
63       The  Open Group Standard, the original IEEE and The Open Group Standard
64       is the referee document. The original Standard can be  obtained  online
65       at http://www.opengroup.org/unix/online.html .
66
67
68
69IEEE/The Open Group                  2003                     TIMER_DELETE(3P)
Impressum