timer_gettime   Début   Suivant   Sommaire   Préc.page.lue   Accueil
Section: Linux Programmer's Guide (2)
Updated: 2004-March-12
Sommaire  



NAME   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil
timer_gettime - Get the time remaining on a POSIX.1b interval timer  



SYNOPSIS   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil
long sys_timer_gettime (timer_t timer_id, struct itimerspec *setting);
 



DESCRIPTION   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil

timer_gettime gets the time remaining on a POSIX.1b interval timer, timer_id. It then loads this value in to the argument pointed to by setting.  




RETURN VALUE   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil

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




ERRORS   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil
-EINVAL
An invalid timer_id value was specified.
-EFAULT
An invalid address of setting was specified.
 



SEE ALSO   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil

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




AUTHOR   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil
Niki Rahimi.


 



Sommaire   Début   Suivant   Sommaire   Préc.page.lue   Accueil
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
SEE ALSO
AUTHOR

Ce document a été créé par man2html suivi de man2html.pl, le 17/10/2008 17:51:41, en utilisant les pages de 'man'.
 

Valid HTML 4.01 Transitional