MOS Source Code
Loading...
Searching...
No Matches
ktimer_t Struct Reference

#include <timer.h>

+ Collaboration diagram for ktimer_t:

Public Attributes

 as_linked_list
 
u64 timeout
 
thread_tthread
 
bool ticked
 
timer_callback_t callback
 
voidarg
 

Detailed Description

Definition at line 12 of file timer.h.

Member Data Documentation

◆ as_linked_list

as_linked_list

Definition at line 14 of file timer.h.

◆ timeout

u64 timeout

Definition at line 15 of file timer.h.

◆ thread

thread_t* thread

Definition at line 16 of file timer.h.

Referenced by timer_do_wakeup().

◆ ticked

bool ticked

Definition at line 17 of file timer.h.

Referenced by timer_msleep().

◆ callback

timer_callback_t callback

Definition at line 18 of file timer.h.

◆ arg

void* arg

Definition at line 19 of file timer.h.


The documentation for this struct was generated from the following file: