1
2TIMER_GETOVERRUN(2)        Linux Programmer's Guide        TIMER_GETOVERRUN(2)
3
4
5

NAME

7       timer_getoverrun  -  Get  the number of overruns of a POSIX.1b interval
8       timer
9

SYNOPSIS

11       long sys_timer_getoverrun (timer_t timer_id);
12
13

DESCRIPTION

15       timer_getoverrun gets the number of overruns  of  a  POSIX.1b  interval
16       timer, timer_id.
17
18

RETURN VALUE

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

ERRORS

25       -EINVAL
26              An invalid timer_id value was specified.
27
28

SEE ALSO

30       timer_create(2), timer_delete(2), timer_gettime(2), timer_settime(2)
31
32

AUTHOR

34       Niki Rahimi
35
36
37
38Linux 2.6                        2004-March-12             TIMER_GETOVERRUN(2)
Impressum