mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
full diff: https://github.com/Microsoft/hcsshim/compare/v0.8.9...v0.8.16 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
8 lines
272 B
Go
8 lines
272 B
Go
package winapi
|
|
|
|
// Get count from all processor groups.
|
|
// https://docs.microsoft.com/en-us/windows/win32/procthread/processor-groups
|
|
const ALL_PROCESSOR_GROUPS = 0xFFFF
|
|
|
|
//sys GetActiveProcessorCount(groupNumber uint16) (amount uint32) = kernel32.GetActiveProcessorCount
|