| 38 | { |
| 39 | |
| 40 | EConfig CPUCount(U32& TotAvailLogical, U32& TotAvailCore, U32& PhysicalNum) |
| 41 | { |
| 42 | TotAvailLogical = 6; |
| 43 | TotAvailCore = 6; |
| 44 | PhysicalNum = 3; |
| 45 | |
| 46 | return CONFIG_MultiCoreAndHTEnabled; |
| 47 | } |
| 48 | |
| 49 | }; // namespace |
| 50 | #else |
no outgoing calls
no test coverage detected