|
Oolite
|
Include dependency graph for OOCPUInfo.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | OOLITE_BIG_ENDIAN 0 |
| #define | OOLITE_LITTLE_ENDIAN 0 |
| #define | OOLITE_BIG_ENDIAN "BUG" |
| #define | OOLITE_LITTLE_ENDIAN "BUG" |
| #define | OOLITE_NATIVE_64_BIT 0 |
Functions | |
| void | OOCPUInfoInit (void) |
| NSUInteger | OOCPUCount (void) |
| #define OOLITE_BIG_ENDIAN 0 |
Definition at line 99 of file OOCPUInfo.h.
| #define OOLITE_BIG_ENDIAN "BUG" |
Definition at line 99 of file OOCPUInfo.h.
| #define OOLITE_LITTLE_ENDIAN 0 |
Definition at line 103 of file OOCPUInfo.h.
| #define OOLITE_LITTLE_ENDIAN "BUG" |
Definition at line 103 of file OOCPUInfo.h.
| #define OOLITE_NATIVE_64_BIT 0 |
Definition at line 140 of file OOCPUInfo.h.
| 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: