|
Mario Kart 64
|
#include "libultra_internal.h"Macros | |
| #define | OS_PI_MGR_MESG_BUFF_SIZE 1 |
Functions | |
| void | __osDevMgrMain (void *) |
| void | osCreatePiManager (OSPri pri, OSMesgQueue *cmdQ, OSMesg *cmdBuf, s32 cmdMsgCnt) |
Variables | |
| OSMgrArgs | __osPiDevMgr = { 0 } |
| OSPiHandle * | __osPiTable = NULL |
| OSThread | piMgrThread |
| u32 | piMgrStack [0x400] |
| OSMesgQueue | __osPiMesgQueue |
| OSMesg | piMgrMesgBuff [OS_PI_MGR_MESG_BUFF_SIZE+1] |
| u32 | gOsPiAccessQueueCreated |
| OSMesgQueue | gOsPiMessageQueue |
| #define OS_PI_MGR_MESG_BUFF_SIZE 1 |
| OSMesgQueue __osPiMesgQueue |
| OSPiHandle* __osPiTable = NULL |
|
extern |
|
extern |
| OSMesg piMgrMesgBuff[OS_PI_MGR_MESG_BUFF_SIZE+1] |
| u32 piMgrStack[0x400] |
| OSThread piMgrThread |