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.