*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: timer_getoverrun | Section: 3 | Source: Digital UNIX | File: timer_getoverrun.3.gz
timer_getoverrun(3) Library Functions Manual timer_getoverrun(3) NAME timer_getoverrun - Get overrun count for a specified timer SYNOPSIS include <time.h> int timer_getoverrun ( timer_t timerid ); PARAMETERS The timer for which to return the overrun count. DESCRIPTION The timer_getoverrun function returns the overrun count for a specified timer. The count contains the number of extra timer expirations that occurred between the time the signal was queued and when it was deliv- ered, up to but not including the implementation-defined maximum DELAY- TIMER_MAX. RETURN VALUES Upon successful completion, the timer_getoverrun function returns the overrun count for the timer specified. If the timer overrun count is equal to or greater than DELAYTIMER_MAX, the overrun count is set to DELAYTIMER_MAX. If the function fails, it returns -1 and sets errno to indicate the type of error that occurred. ERRORS The timer_getoverrun function fails under the following condition: [EINVAL] The specified clock ID is not defined. RELATED INFORMATION Functions: clock_getres(3), clock_gettime(3), clock_settime(3), timer_delete(3), timer_gettime(3), timer_settime(3) delim off timer_getoverrun(3)

Navigation Options