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