4 references to TOTAL_MASK
System (4)
sys\system\threading\Barrier.cs (4)
130const int MAX_PARTICIPANTS = TOTAL_MASK; 181int total = (int)(currentTotal & TOTAL_MASK); 192get { return (int)(m_currentTotalCount & TOTAL_MASK); } 266total = (int)(currentTotal & TOTAL_MASK);