22 references to ParsedStat
System.Diagnostics.Process (22)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (6)
99
internal static bool TryReadStatFile(ProcPid pid, out
ParsedStat
result)
106
internal static bool TryReadStatFile(ProcPid pid, int tid, out
ParsedStat
result)
113
internal static bool TryParseStatFile(string statFilePath, out
ParsedStat
result)
119
result = default(
ParsedStat
);
124
var
results = default(
ParsedStat
);
System\Diagnostics\Process.Linux.cs (5)
35
Interop.procfs.TryReadStatFile(procPid, out Interop.procfs.
ParsedStat
parsedStat))
137
Interop.procfs.
ParsedStat
stat = GetStat();
268
internal static string GetUntruncatedProcessName(Interop.procfs.ProcPid procPid, ref Interop.procfs.
ParsedStat
stat)
367
private Interop.procfs.
ParsedStat
GetStat()
370
Interop.procfs.
ParsedStat
stat;
System\Diagnostics\ProcessManager.Linux.cs (5)
79
Interop.procfs.TryReadStatFile(procPid, out Interop.procfs.
ParsedStat
stat))
90
internal static ProcessInfo CreateProcessInfo(Interop.procfs.ProcPid procPid, ref Interop.procfs.
ParsedStat
procFsStat, ref Interop.procfs.ParsedStatus procFsStatus, string? processName = null)
122
Interop.procfs.
ParsedStat
stat;
215
internal static bool TryReadStatFile(int pid, out Interop.procfs.
ParsedStat
stat)
235
internal static bool TryReadStatFile(int pid, int tid, out Interop.procfs.
ParsedStat
stat)
System\Diagnostics\ProcessThread.Linux.cs (6)
23
Interop.procfs.
ParsedStat
stat = GetStat();
43
Interop.procfs.
ParsedStat
stat = GetStat();
62
Interop.procfs.
ParsedStat
stat = GetStat();
78
Interop.procfs.
ParsedStat
stat = GetStat();
83
private Interop.procfs.
ParsedStat
GetStat()
85
Interop.procfs.
ParsedStat
stat;