|
Oolite 1.91.0.7712-251017-85ce217
|
Go to the source code of this file.
Functions | |
| void | OOCPUInfoInit (void) |
| NSUInteger | OOCPUCount (void) |
Variables | |
| static BOOL | sInited = NO |
| static NSUInteger | sNumberOfCPUs = 0 |
| NSUInteger OOCPUCount | ( | void | ) |
Definition at line 101 of file OOCPUInfo.m.
References OOCPUInfoInit(), sInited, and sNumberOfCPUs.
| void OOCPUInfoInit | ( | void | ) |
Definition at line 60 of file OOCPUInfo.m.
References OOLog, sInited, and sNumberOfCPUs.
Referenced by Universe::initWithGameView:, and OOCPUCount().
|
static |
Definition at line 54 of file OOCPUInfo.m.
|
static |
Definition at line 57 of file OOCPUInfo.m.
Referenced by OOCPUCount(), and OOCPUInfoInit().