2 writes to queueHead
mscorlib (2)
system\threading\threadpool.cs (2)
560
queueTail =
queueHead
= new QueueSegment();
638
Interlocked.CompareExchange(ref
queueHead
, head.Next, head);
2 references to queueHead
mscorlib (2)
system\threading\threadpool.cs (2)
630
QueueSegment head =
queueHead
;
639
head =
queueHead
;