|
Oolite
|
Include dependency graph for OOCPUInfo.m: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 105 of file OOCPUInfo.m.
References OOCPUInfoInit(), sInited, and sNumberOfCPUs.
Here is the call graph for this function:| void OOCPUInfoInit | ( | void | ) |
Definition at line 64 of file OOCPUInfo.m.
References OOLog, sInited, and sNumberOfCPUs.
Referenced by OOCPUCount().
Here is the caller graph for this function:
|
static |
Definition at line 58 of file OOCPUInfo.m.
Referenced by OOCPUCount(), and OOCPUInfoInit().
|
static |
Definition at line 61 of file OOCPUInfo.m.
Referenced by OOCPUCount(), and OOCPUInfoInit().