Searched refs:GetEventBits (Results 1 – 7 of 7) sorted by relevance
317 return GetEventBits() < rhs.GetEventBits(); in operator <()333 uint32_t available_bits = event_spec.GetEventBits(); in RegisterListenerForEvents()339 available_bits &= ~((*iter).first.GetEventBits()); in RegisterListenerForEvents()363 uint32_t event_bits_to_remove = event_spec.GetEventBits(); in UnregisterListenerForEvents()373 uint32_t iter_event_bits = (*iter).first.GetEventBits(); in UnregisterListenerForEvents()453 (*iter).first.GetEventBits()); in SignUpListenersForBroadcaster()
49 uint32_t GetEventBits() const { return m_event_bits; } in GetEventBits() function57 uint32_t in_bits = in_spec.GetEventBits(); in IsContainedIn()160 (input.first.GetEventBits() & in operator()161 m_broadcaster_spec.GetEventBits()) != 0 && in operator()
93 if ((m_events.GetEventBits() & event_proc_thread_running) == 0) { in StartProcessStatusThread()114 if ((m_events.GetEventBits() & event_proc_thread_running) == in StopProcessStatusThread()
29 uint32_t GetEventBits() const;
48 uint32_t PThreadEvent::GetEventBits() const { in GetEventBits() function in PThreadEvent
894 nub_event_t set_events = events.GetEventBits(); in GetPacket()1118 if ((events.GetEventBits() & RNBContext::event_read_thread_running) == 0) { in StartReadRemoteDataThread()1138 if ((events.GetEventBits() & RNBContext::event_read_thread_running) == in StopReadRemoteDataThread()
426 (PThreadEvent::GetEventBits): Ditto.746 * PThreadEvent.h (PThreadEvent::GetEventBits): Made member function