Mario Kart 64
|
Macros | |
#define | OS_VI_MANAGER_MESSAGE_BUFF_SIZE 5 |
Functions | |
void | __osTimerServicesInit (void) |
void | __osTimerInterrupt (void) |
void | viMgrMain (void *) |
void | osCreateViManager (OSPri pri) |
Variables | |
OSMgrArgs | viMgrMainArgs = { 0 } |
static OSThread | viMgrThread |
static u32 | viMgrStack [0x400] |
static OSMesgQueue | __osViMesgQueue |
static OSMesg | viMgrMesgBuff [OS_VI_MANAGER_MESSAGE_BUFF_SIZE] |
static OSIoMesg | viEventViMesg |
static OSIoMesg | viEventCounterMesg |
OSTime | __osCurrentTime |
u32 | __osBaseCounter |
u32 | __osViIntrCount |
#define OS_VI_MANAGER_MESSAGE_BUFF_SIZE 5 |
|
extern |
|
extern |
void osCreateViManager | ( | OSPri | pri | ) |
void viMgrMain | ( | void * | vargs | ) |
|
extern |
|
extern |
|
extern |
|
static |
|
static |
|
static |
OSMgrArgs viMgrMainArgs = { 0 } |
|
static |
|
static |
|
static |