1 write to nice
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (1)
144results.nice = parser.ParseNextInt64();
3 references to nice
System.Diagnostics.Process (3)
System\Diagnostics\ProcessManager.Linux.cs (2)
98BasePriority = (int)procFsStat.nice, 131_currentPriority = (int)stat.nice,
System\Diagnostics\ProcessThread.Linux.cs (1)
24return Interop.Sys.GetThreadPriorityFromNiceValue((int)stat.nice);