Mario Kart 64
Loading...
Searching...
No Matches
__osSiCreateAccessQueue.c File Reference
Include dependency graph for __osSiCreateAccessQueue.c:

Macros

#define SIAccessQueueSize   2
 

Functions

void __osSiCreateAccessQueue ()
 
void __osSiGetAccess (void)
 
void __osSiRelAccess (void)
 

Variables

OSMesg osSiMesgBuff [SIAccessQueueSize]
 
OSMesgQueue gOsSiMessageQueue
 
u32 gOsSiAccessQueueCreated = 0
 

Macro Definition Documentation

◆ SIAccessQueueSize

#define SIAccessQueueSize   2

Function Documentation

◆ __osSiCreateAccessQueue()

void __osSiCreateAccessQueue ( void )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __osSiGetAccess()

void __osSiGetAccess ( void )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __osSiRelAccess()

void __osSiRelAccess ( void )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ gOsSiAccessQueueCreated

u32 gOsSiAccessQueueCreated = 0

◆ gOsSiMessageQueue

OSMesgQueue gOsSiMessageQueue

◆ osSiMesgBuff

OSMesg osSiMesgBuff[SIAccessQueueSize]