The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

timer_delete (3)
  • timer_delete (2) ( FreeBSD man: Системные вызовы )
  • timer_delete (2) ( Linux man: Системные вызовы )
  • >> timer_delete (3) ( Solaris man: Библиотечные вызовы )
  • timer_delete (3) ( POSIX man: Библиотечные вызовы )
  •  

    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, previously 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 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

    Interface StabilityCommitted

    MT-Level

    Standard

     

    SEE ALSO

    timer_create(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру