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