The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    timer_delete
    
     - delete a per-process timer (REALTIME)
    
     
    

    LIBRARY

    Lb librt
    
     
    

    SYNOPSIS

       #include <time.h>
    int timer_delete (timer_t timerid);
     

    DESCRIPTION

    The timer_delete ();
    system call deletes the specified timer, Fa timerid , previously created by the timer_create2 system call. If the timer is armed when timer_delete ();
    is called, the behavior is as if the timer is automatically disarmed before removal. Pending signals for the deleted timer are cleared.  

    RETURN VALUES

    Rv -std  

    ERRORS

    The timer_delete ();
    system call will fail if:

    Bq Er EINVAL
    The timer ID specified by Fa timerid is not a valid timer ID.

     

    SEE ALSO

    timer_create2  

    STANDARDS

    The timer_delete ();
    system call conforms to St -p1003.1-2004  

    HISTORY

    Support for POSIX per-process timer first appeared in Fx 7.0 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    SEE ALSO
    STANDARDS
    HISTORY


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




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

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