Oolite 1.91.0.7644-241112-7f5034b
|
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 OOCPUCount().
|
static |
Definition at line 54 of file OOCPUInfo.m.
Referenced by OOCPUCount(), and OOCPUInfoInit().
|
static |
Definition at line 57 of file OOCPUInfo.m.
Referenced by OOCPUCount(), and OOCPUInfoInit().