sys_timer_getoverrun  [kernel/posix-timers.c]


Gets the number of overruns of a POSIX interval timer.

Arguments

eax 262
ebx Timer ID.

Return values

If the system call succeeds the return value is the number of overruns.
If the system call fails the return value is one of the following errno values:

-EINVAL An invalid value in ebx was specified.

Remarks

n/a

Compatibility

n/a