Mario Kart 64
osSetTimer.c File Reference
Include dependency graph for osSetTimer.c:

Functions

u64 __osInsertTimer (OSTimer *)
 
u32 osSetTimer (OSTimer *a0, OSTime a1, u64 a2, OSMesgQueue *a3, OSMesg a4)
 

Variables

OSTimer__osTimerList
 

Function Documentation

◆ __osInsertTimer()

u64 __osInsertTimer ( OSTimer a0)
Here is the caller graph for this function:

◆ osSetTimer()

u32 osSetTimer ( OSTimer a0,
OSTime  a1,
u64  a2,
OSMesgQueue *  a3,
OSMesg  a4 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ __osTimerList

OSTimer* __osTimerList
extern