mirror of
https://github.com/containers/skopeo.git
synced 2025-08-26 01:59:15 +00:00
We are preparing for RHEL 8.4 release and want to make sure all container tools have the same containers suppackages. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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
|