2 references to CURRENT_MASK
System.Threading (2)
System\Threading\Barrier.cs (2)
168
int current = (int)((currentTotal &
CURRENT_MASK
) >> 16);
249
current = (int)((currentTotal &
CURRENT_MASK
) >> 16);