22 references to ParsedStat
System.Diagnostics.Process (22)
src\runtime\src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (6)
99internal static bool TryReadStatFile(ProcPid pid, out ParsedStat result) 106internal static bool TryReadStatFile(ProcPid pid, int tid, out ParsedStat result) 113internal static bool TryParseStatFile(string statFilePath, out ParsedStat result) 119result = default(ParsedStat); 124var results = default(ParsedStat);
System\Diagnostics\Process.Linux.cs (4)
103Interop.procfs.ParsedStat stat = GetStat(); 234internal static unsafe string GetUntruncatedProcessName(Interop.procfs.ProcPid procPid, ref Interop.procfs.ParsedStat stat) 333private Interop.procfs.ParsedStat GetStat() 336Interop.procfs.ParsedStat stat;
System\Diagnostics\ProcessManager.Linux.cs (6)
39Interop.procfs.TryReadStatFile(procPid, out Interop.procfs.ParsedStat stat)) 85!Interop.procfs.TryReadStatFile(procPid, out Interop.procfs.ParsedStat stat)) 107internal static ProcessInfo CreateProcessInfo(Interop.procfs.ProcPid procPid, ref Interop.procfs.ParsedStat procFsStat, ref Interop.procfs.ParsedStatus procFsStatus, string? processName = null) 139Interop.procfs.ParsedStat stat; 232internal static bool TryReadStatFile(int pid, out Interop.procfs.ParsedStat stat) 252internal static bool TryReadStatFile(int pid, int tid, out Interop.procfs.ParsedStat stat)
System\Diagnostics\ProcessThread.Linux.cs (6)
23Interop.procfs.ParsedStat stat = GetStat(); 43Interop.procfs.ParsedStat stat = GetStat(); 62Interop.procfs.ParsedStat stat = GetStat(); 78Interop.procfs.ParsedStat stat = GetStat(); 83private Interop.procfs.ParsedStat GetStat() 85Interop.procfs.ParsedStat stat;