Searched refs:m_bits (Results 1 – 2 of 2) sorted by relevance
18 : m_mutex(), m_set_condition(), m_reset_condition(), m_bits(bits), in PThreadEvent()43 m_bits &= ~mask; in FreeEventBits()51 uint32_t bits = m_bits; in GetEventBits()61 if (m_bits != bits) { in ReplaceEventBits()63 uint32_t changed_bits = m_bits ^ bits; in ReplaceEventBits()65 m_bits = bits; in ReplaceEventBits()67 if (changed_bits & m_bits) in ReplaceEventBits()82 uint32_t old = m_bits; in SetEvents()84 m_bits |= mask; in SetEvents()86 if (old != m_bits) in SetEvents()[all …]
52 uint32_t m_bits; variable