3 references to ProcessorIdCacheShift
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ProcessorIdCache.cs (3)
19
private const int ProcessorIdCacheCountDownMask = (1 <<
ProcessorIdCacheShift
) - 1;
43
t_currentProcessorIdCache = ((currentProcessorId <<
ProcessorIdCacheShift
) & int.MaxValue) | s_processorIdRefreshRate;
60
return currentProcessorIdCache >>
ProcessorIdCacheShift
;