The OpenNET Project / Index page

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

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

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

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

    NAME

    timer_settime - Set the time on a POSIX.1b interval timer
     
    

    SYNOPSIS

    long sys_timer_settime (timer_t timer_id, int flags, const struct itimerspec *new_setting, struct itimerspec *old_setting);
     

    DESCRIPTION

    time_settime arms the time and sets the time if the new_setting struct member it_value is non-zero, until the next expiration of the timer specified by timer_id. If the timer was already armed when timer_settime was called, the call resets the time until the next expiration to new_setting. If the it_value of new_setting is zero, then the timer is disarmed. If old_setting is non-NULL, the function stores the previous amount of time before the timer would have expired, or zero if the timer was disarmed along withthe previous timer reload value in this argument.  

    RETURN VALUE

    timer_settime returns 0 on success. Otherwise, timer_settime returns the errors listed in the "Errors" section.  

    ERRORS

    -EINVAL
    An invalid timer_id value was specified.
    -EFAULT
    The new_setting valid is invalid.
     

    SEE ALSO

    timer_create(2), timer_delete(2), timer_getovverun(2), timer_gettime(2).  

    AUTHOR

    Niki Rahimi.


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUE
    ERRORS
    SEE ALSO
    AUTHOR


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




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

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