2 references to CURRENT_MASK
System (2)
sys\system\threading\Barrier.cs (2)
182
int current = (int)((currentTotal &
CURRENT_MASK
) >> 16);
267
current = (int)((currentTotal &
CURRENT_MASK
) >> 16);