wut  v1.7.0
Wii U Toolchain
Functions | Variables
scheduler.h File Reference
#include <wut.h>
Include dependency graph for scheduler.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