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