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