Home
last modified time | relevance | path

Searched refs:GetEventBits (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Utility/
H A DBroadcaster.cpp317 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()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DBroadcaster.h49 uint32_t GetEventBits() const { return m_event_bits; } in GetEventBits() function
57 uint32_t in_bits = in_spec.GetEventBits(); in IsContainedIn()
160 (input.first.GetEventBits() & in operator()
161 m_broadcaster_spec.GetEventBits()) != 0 && in operator()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBContext.cpp93 if ((m_events.GetEventBits() & event_proc_thread_running) == 0) { in StartProcessStatusThread()
114 if ((m_events.GetEventBits() & event_proc_thread_running) == in StopProcessStatusThread()
H A DPThreadEvent.h29 uint32_t GetEventBits() const;
H A DPThreadEvent.cpp48 uint32_t PThreadEvent::GetEventBits() const { in GetEventBits() function in PThreadEvent
H A DRNBRemote.cpp894 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()
H A DChangeLog426 (PThreadEvent::GetEventBits): Ditto.
746 * PThreadEvent.h (PThreadEvent::GetEventBits): Made member function