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

Functions

void __osCleanupThread (void)
 
void osCreateThread (OSThread *thread, OSId id, void(*entry)(void *), void *arg, void *sp, OSPri pri)
 

Variables

OSThread__osActiveQueue
 

Function Documentation

◆ __osCleanupThread()

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

◆ osCreateThread()

void osCreateThread ( OSThread thread,
OSId  id,
void(*)(void *)  entry,
void *  arg,
void *  sp,
OSPri  pri 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ __osActiveQueue

OSThread* __osActiveQueue
extern