Return the number of cores available on the current system.
Declared in <common/system.h>
<common/system.h>
int GetNumCores();
This does count virtual cores, such as those provided by HyperThreading.
The number of available (including virtual) cores.