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