Query: timer_getoverrun
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
timer_getoverrun(3) Library Functions Manual timer_getoverrun(3)NAMEtimer_getoverrun - Obtains the overrun count for a specified timerLIBRARYRealtime Library (librt.so, librt.a)SYNOPSISinclude <time.h> int timer_getoverrun ( timer_t timerid );PARAMETERStimerid The timer for which to return the overrun count.DESCRIPTIONThe 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 delivered, up to but not including the implementation-defined maximum DELAYTIMER_MAX.RETURN VALUESUpon 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.ERRORSThe timer_getoverrun function fails under the following condition: [EINVAL] The specified clock ID is not defined.RELATED INFORMATIONFunctions: clock_getres(3), clock_gettime(3), clock_settime(3), timer_delete(3), timer_gettime(3), timer_settime(3) Guide to Realtime Programming delim off timer_getoverrun(3)
Related Man Pages |
---|
timer_settime(3c) - opensolaris |
timer_getoverrun(2) - debian |
timer_settime(2) - netbsd |
timer_gettime(2) - netbsd |
timer_getoverrun(2) - netbsd |
Similar Topics in the Unix Linux Community |
---|
urgent 2 |
Shell Script Variables |
DMA overrun& underrun |
unary operator expected, if condition test error. |
Tr--translate is throwing an error |