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