Home
last modified time | relevance | path

Searched refs:PThreadEvent (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DPThreadEvent.cpp17 PThreadEvent::PThreadEvent(uint32_t bits, uint32_t validBits) in PThreadEvent() function in PThreadEvent
24 PThreadEvent::~PThreadEvent() { in ~PThreadEvent()
28 uint32_t PThreadEvent::NewEventBit() { in NewEventBit()
38 void PThreadEvent::FreeEventBits(const uint32_t mask) { in FreeEventBits()
48 uint32_t PThreadEvent::GetEventBits() const { in GetEventBits()
56 void PThreadEvent::ReplaceEventBits(const uint32_t bits) { in ReplaceEventBits()
75 void PThreadEvent::SetEvents(const uint32_t mask) { in SetEvents()
92 void PThreadEvent::ResetEvents(const uint32_t mask) { in ResetEvents()
111 PThreadEvent::WaitForSetEvents(const uint32_t mask, in WaitForSetEvents()
152 uint32_t PThreadEvent::WaitForEventsToReset( in WaitForEventsToReset()
[all …]
DPThreadEvent.h20 class PThreadEvent {
22 PThreadEvent(uint32_t bits = 0, uint32_t validBits = 0);
23 ~PThreadEvent();
57 PThreadEvent(const PThreadEvent &) = delete;
58 PThreadEvent &operator=(const PThreadEvent &rhs) = delete;
DRNBContext.h66 PThreadEvent &Events() { return m_events; } in Events()
140 PThreadEvent m_events; // Threaded events that we can wait for
DChangeLog125 * PThreadEvent.cpp (class PThreadEvent): Commented out all logging calls.
423 * PThreadEvent.cpp (PThreadEvent::NewEventBit): Use new
425 (PThreadEvent::FreeEventBits): Ditto.
426 (PThreadEvent::GetEventBits): Ditto.
427 (PThreadEvent::ReplaceEventBits): Ditto.
428 (PThreadEvent::SetEvents): Ditto.
429 (PThreadEvent::ResetEvents): Ditto.
430 (PThreadEvent::WaitForSetEvents): Ditto.
431 (PThreadEvent::WaitForEventsToReset): Ditto.
746 * PThreadEvent.h (PThreadEvent::GetEventBits): Made member function
[all …]
DCMakeLists.txt186 PThreadEvent.cpp
DRNBRemote.cpp972 PThreadEvent &events = m_ctx.Events(); in GetPacket()
1175 PThreadEvent &events = m_ctx.Events(); in CommDataReceived()
1196 PThreadEvent &events = m_ctx.Events(); in StartReadRemoteDataThread()
1216 PThreadEvent &events = m_ctx.Events(); in StopReadRemoteDataThread()
1253 PThreadEvent &events = remote->Context().Events(); in ThreadFunctionReadRemoteData()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h216 PThreadEvent &Events() { return m_events; } in Events()
405 PThreadEvent m_profile_events; // Used for the profile thread cancellable wait
422 PThreadEvent m_events; // Process related events in the child processes
424 PThreadEvent m_private_events; // Used to coordinate running and stopping the
/external/llvm-project/lldb/tools/debugserver/debugserver.xcodeproj/
Dproject.pbxproj54 …05BC115C36420022F371 /* PThreadEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26C637FE0C…
85 …675B1AD46CE9002850C2 /* PThreadEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26C637FE0C…
197 …4A0024798E /* PThreadEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
198 …1334A0024798E /* PThreadEvent.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
361 26C637FF0C71334A0024798E /* PThreadEvent.h */,
362 26C637FE0C71334A0024798E /* PThreadEvent.cpp */,
599 26CE05BC115C36420022F371 /* PThreadEvent.cpp in Sources */,
646 456F675B1AD46CE9002850C2 /* PThreadEvent.cpp in Sources */,