MOS Source Code
|
#include <timer.h>
Public Attributes | |
as_linked_list | |
u64 | timeout |
thread_t * | thread |
bool | ticked |
timer_callback_t | callback |
void * | arg |
thread_t* thread |
Definition at line 16 of file timer.h.
Referenced by timer_do_wakeup().
bool ticked |
Definition at line 17 of file timer.h.
Referenced by timer_msleep().
timer_callback_t callback |