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