Searched refs:GetEventBits (Results 1 – 7 of 7) sorted by relevance
348 return GetEventBits() < rhs.GetEventBits(); in operator <()376 uint32_t available_bits = event_spec.GetEventBits(); in RegisterListenerForEvents()381 available_bits &= ~((*iter).first.GetEventBits()); in RegisterListenerForEvents()405 uint32_t event_bits_to_remove = event_spec.GetEventBits(); in UnregisterListenerForEvents()418 uint32_t iter_event_bits = (*iter).first.GetEventBits(); in UnregisterListenerForEvents()483 (*iter).second->StartListeningForEvents (&broadcaster, (*iter).first.GetEventBits()); in SignUpListenersForBroadcaster()
52 uint32_t GetEventBits () const in GetEventBits() function65 uint32_t in_bits = in_spec.GetEventBits(); in IsContainedIn()176 && (input.first.GetEventBits() & m_broadcaster_spec.GetEventBits()) != 0 in operator()
92 if ((m_events.GetEventBits() & event_proc_thread_running) == 0) in StartProcessStatusThread()115 if ((m_events.GetEventBits() & event_proc_thread_running) == event_proc_thread_running) in StopProcessStatusThread()
31 uint32_t GetEventBits () const;
61 PThreadEvent::GetEventBits() const in GetEventBits() function in PThreadEvent
466 nub_event_t set_events = events.GetEventBits(); in GetPacket()703 if ((events.GetEventBits() & RNBContext::event_read_thread_running) == 0) in StartReadRemoteDataThread()726 …if ((events.GetEventBits() & RNBContext::event_read_thread_running) == RNBContext::event_read_thre… in StopReadRemoteDataThread()
426 (PThreadEvent::GetEventBits): Ditto.746 * PThreadEvent.h (PThreadEvent::GetEventBits): Made member function