|
wut v1.9.1
Wii U Toolchain
|
#include <wut.h>
Go to the source code of this file.
Functions | |
| uint32_t | OSGetCoreCount () |
| Gets the number of cores in the system. | |
| uint32_t | OSGetCoreId () |
| Gets the core executing the current thread. | |
| uint32_t | OSGetMainCoreId () |
| Gets the main core of the system. | |
| BOOL | OSIsMainCore () |
| Determines whether the current thread is running on the main core. | |