4 references to TOTAL_MASK
System.Threading (4)
System\Threading\Barrier.cs (4)
117private const int MAX_PARTICIPANTS = TOTAL_MASK; 167int total = (int)(currentTotal & TOTAL_MASK); 178get { return (int)(_currentTotalCount & TOTAL_MASK); } 248total = (int)(currentTotal & TOTAL_MASK);