Mario Kart 64
|
#include "libultra_internal.h"
Functions | |
void | __osCleanupThread (void) |
void | osCreateThread (OSThread *thread, OSId id, void(*entry)(void *), void *arg, void *sp, OSPri pri) |
Variables | |
OSThread * | __osActiveQueue |
void osCreateThread | ( | OSThread * | thread, |
OSId | id, | ||
void(*)(void *) | entry, | ||
void * | arg, | ||
void * | sp, | ||
OSPri | pri ) |
|
extern |