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