8 references to ProcessCpuInformation
System.Private.CoreLib (8)
LibraryImports.g.cs (3)
6105
internal static partial double GetCpuUtilization(ref global::Interop.Sys.
ProcessCpuInformation
previousCpuInfo)
6109
fixed (global::Interop.Sys.
ProcessCpuInformation
* __previousCpuInfo_native = &previousCpuInfo)
6117
static extern unsafe double __PInvoke(global::Interop.Sys.
ProcessCpuInformation
* __previousCpuInfo_native);
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetCpuUtilization.cs (1)
19
internal static partial double GetCpuUtilization(ref
ProcessCpuInformation
previousCpuInfo);
src\libraries\System.Private.CoreLib\src\System\AppDomain.Unix.cs (1)
12
Interop.Sys.
ProcessCpuInformation
cpuInfo = default;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSourceHelper.Unix.cs (1)
8
private static Interop.Sys.
ProcessCpuInformation
s_cpuInfo;
src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
86
Interop.Sys.
ProcessCpuInformation
cpuInfo = default;
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.Unix.cs (1)
15
private Interop.Sys.
ProcessCpuInformation
_cpuInfo;