3 references to ProcessorIdCacheShift
mscorlib (3)
system\threading\thread.cs (3)
748private const int ProcessorIdCacheCountDownMask = (1 << ProcessorIdCacheShift) - 1; 768t_currentProcessorIdCache = ((currentProcessorId << ProcessorIdCacheShift) & Int32.MaxValue) | ProcessorIdRefreshRate; 781return (currentProcessorIdCache >> ProcessorIdCacheShift);