2 writes to s_bootTimeTicks
System.Diagnostics.Process (2)
System\Diagnostics\Process.Linux.cs (2)
89long bootTimeTicks = Interlocked.Read(ref s_bootTimeTicks); 93long oldValue = Interlocked.CompareExchange(ref s_bootTimeTicks, bootTimeTicks, 0);