timer_delete(3c) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

timer_delete(3c)

timer_delete(3C)         Standard C Library Functions         timer_delete(3C)

NAME
       timer_delete - delete a timer

SYNOPSIS
       #include <time.h>

       int timer_delete(timer_t timerid);

DESCRIPTION
       The  timer_delete() function deletes the specified timer, timerid, pre‐
       viously created by the timer_create(3C) 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 sig‐
       nals 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(7) for descriptions of the following attributes:

       tab()  box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
       TRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelMT-Safe with ex‐
       ceptions _ StandardSee standards(7).


SEE ALSO
       timer_create(3C), attributes(7), standards(7)

Oracle Solaris 11.4               5 Feb 2008                  timer_delete(3C)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3