4 writes to m_lock
mscorlib (4)
system\threading\threadpool.cs (4)
1005
if (Interlocked.CompareExchange(ref
m_lock
, 1, 0) == 0)
1029
m_lock
= 0;
1074
if (Interlocked.CompareExchange(ref
m_lock
, 1, 0) == 0)
1092
m_lock
= 0;