HyperDbg Debugger
Loading...
Searching...
No Matches
PlatformCpu.h
Go to the documentation of this file.
1
12#pragma once
13
14#if defined(__linux__)
16#endif // defined(__linux__)
17
19// Functions //
21
24
ULONG PlatformCpuGetCurrentProcessorNumber(VOID)
Get the current logical processor number.
Definition PlatformCpu.c:47
ULONG PlatformCpuGetActiveProcessorCount(VOID)
Get the count of active logical processors.
Definition PlatformCpu.c:24
unsigned long ULONG
Definition BasicTypes.h:31