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