Searched refs:m_currentTotalCount (Results 1 – 1 of 1) sorted by relevance
118 volatile int m_currentTotalCount; field in System.Threading.Barrier180 int currentTotal = m_currentTotalCount;192 get { return (int)(m_currentTotalCount & TOTAL_MASK); }240 m_currentTotalCount = (int)participantCount; in Barrier()289 …return Interlocked.CompareExchange(ref m_currentTotalCount, newCurrentTotal, currentTotal) == curr… in SetCurrentTotal()361 int currentTotal = m_currentTotalCount; in AddParticipants()461 int currentTotal = m_currentTotalCount; in RemoveParticipants()663 currentTotal = m_currentTotalCount; in SignalAndWait()735 currentTotal = m_currentTotalCount; in SignalAndWait()