wut  v1.7.0
Wii U Toolchain
core.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 
23 uint32_t
25 
26 
33 uint32_t
35 
36 
43 uint32_t
45 
46 
57 BOOL
59 
60 
61 #ifdef __cplusplus
62 }
63 #endif
64 
uint32_t OSGetMainCoreId()
Gets the main core of the system.
uint32_t OSGetCoreCount()
Gets the number of cores in the system.
uint32_t OSGetCoreId()
Gets the core executing the current thread.
BOOL OSIsMainCore()
Determines whether the current thread is running on the main core.
int32_t BOOL
Definition: wut_types.h:7