wut
v1.7.0
Wii U Toolchain
|
#include <wut.h>
Go to the source code of this file.
Functions | |
void | __OSEnableScheduler () |
void | __OSDisableScheduler () |
void | __OSLockScheduler (void *lockId) |
void | __OSUnlockScheduler (void *lockId) |
BOOL | OSIsSchedulerLocked (void *lockId) |
void | __OSTryLockScheduler (void *lockId) |
void | __OSTouchSchedulerLock () |
Variables | |
void * | __OSSchedulerLock |