Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

timer_getoverrun(2)


TIMER_GETOVERRUN

TIMER_GETOVERRUN

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
SEE ALSO
AUTHOR

NAME

timer_getoverrun − Get the number of overruns of a POSIX.1b interval timer

SYNOPSIS

long sys_timer_getoverrun (timer_t timer_id);

DESCRIPTION

timer_getoverrun gets the number of overruns of a POSIX.1b interval timer, timer_id.

RETURN VALUE

timer_getoverrun returns the number of overruns on success; otherwise, timer_getoverrun returns the error listed in the "Errors" section.

ERRORS

-EINVAL

An invalid timer_id value was specified.

SEE ALSO

timer_create(2), timer_delete(2), timer_gettime(2), timer_settime(2)

AUTHOR

Niki Rahimi



timer_getoverrun(2)