This structure describes a timer for the kernel. More...
Public Attributes | |
dd | Next |
dd | Prev |
dd | TimerFunc |
dd | UserData |
dd | Time |
dd | Interval |
This structure describes a timer for the kernel.
dd TIMER::Interval |
Time at which the timer should be activated.
dd TIMER::Next |
dd TIMER::Prev |
dd TIMER::Time |
The value that is passed as is to .TimerFunc.
dd TIMER::TimerFunc |
These fields organize a double-linked list of all timers.
dd TIMER::UserData |
Function to be called when the timer is activated.