Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Functions | Variables
osCreateThread.c File Reference
#include "libultra_internal.h"

Functions

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

Variables

OSThreadD_8033489C
 

Function Documentation

◆ __osCleanupThread()

void __osCleanupThread ( void  )

◆ osCreateThread()

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

Variable Documentation

◆ D_8033489C

OSThread* D_8033489C