1 write to workStealingQueue
mscorlib (1)
system\threading\threadpool.cs (1)
881
workStealingQueue
= new ThreadPoolWorkQueue.WorkStealingQueue();
8 references to workStealingQueue
mscorlib (8)
system\threading\threadpool.cs (8)
626
tl.
workStealingQueue
.LocalPush(callback);
654
return tl.
workStealingQueue
.LocalFindAndPop(callback);
662
WorkStealingQueue wsq = tl.
workStealingQueue
;
882
ThreadPoolWorkQueue.allThreadQueues.Add(
workStealingQueue
);
888
if (null !=
workStealingQueue
)
900
if (
workStealingQueue
.LocalPop(out cb))
913
ThreadPoolWorkQueue.allThreadQueues.Remove(
workStealingQueue
);
1727
return EnumerateQueuedWorkItems(new ThreadPoolWorkQueue.WorkStealingQueue[] { ThreadPoolWorkQueueThreadLocals.threadLocals.
workStealingQueue
}, null);