1
2TIMER_GETOVERRUN(2) Linux Programmer's Guide TIMER_GETOVERRUN(2)
3
4
5
7 timer_getoverrun - Get the number of overruns of a POSIX.1b interval
8 timer
9
11 long sys_timer_getoverrun (timer_t timer_id);
12
13
15 timer_getoverrun gets the number of overruns of a POSIX.1b interval
16 timer, timer_id.
17
18
20 timer_getoverrun returns the number of overruns on success; otherwise,
21 timer_getoverrun returns the error listed in the "Errors" section.
22
23
25 -EINVAL
26 An invalid timer_id value was specified.
27
28
30 timer_create(2), timer_delete(2), timer_gettime(2), timer_settime(2)
31
32
34 Niki Rahimi
35
36
37
38Linux 2.6 2004-March-12 TIMER_GETOVERRUN(2)