MentOS
0.8.0
The Mentoring Operating System
|
Represents the request to execute a function in the future, also known as timer. More...
Public Attributes | |
spinlock_t | lock |
Protects the access to the timer. | |
struct list_head | entry |
Lists of timers are mantained using the list_head. | |
unsigned long | expires |
Ticks value when the timer has to expire. | |
void(* | function )(unsigned long) |
Functions to be executed when the timer expires. | |
unsigned long | data |
Custom data to be passed to the timer function. | |
tvec_base_t * | base |
Pointer to the structure containing all the other related timers. | |
Represents the request to execute a function in the future, also known as timer.