Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DPThreadEvent.cpp18 PThreadEvent::PThreadEvent(uint32_t bits, uint32_t validBits) : in PThreadEvent() function in PThreadEvent
29 PThreadEvent::~PThreadEvent() in ~PThreadEvent()
36 PThreadEvent::NewEventBit() in NewEventBit()
48 PThreadEvent::FreeEventBits(const uint32_t mask) in FreeEventBits()
61 PThreadEvent::GetEventBits() const in GetEventBits()
71 PThreadEvent::ReplaceEventBits(const uint32_t bits) in ReplaceEventBits()
92 PThreadEvent::SetEvents(const uint32_t mask) in SetEvents()
111 PThreadEvent::ResetEvents(const uint32_t mask) in ResetEvents()
133 PThreadEvent::WaitForSetEvents(const uint32_t mask, const struct timespec *timeout_abstime) const in WaitForSetEvents()
181 PThreadEvent::WaitForEventsToReset(const uint32_t mask, const struct timespec *timeout_abstime) con… in WaitForEventsToReset()
[all …]
DPThreadEvent.h21 class PThreadEvent
24 PThreadEvent (uint32_t bits = 0, uint32_t validBits = 0);
25 ~PThreadEvent ();
54 PThreadEvent(const PThreadEvent&); // Outlaw copy contructor
55 PThreadEvent& operator=(const PThreadEvent& rhs);
DRNBContext.h81 PThreadEvent& Events( ) { return m_events; } in Events()
129 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 …]
DRNBRemote.cpp465 PThreadEvent& events = m_ctx.Events(); in GetPacket()
679 PThreadEvent& events = m_ctx.Events(); in CommDataReceived()
702 PThreadEvent& events = m_ctx.Events(); in StartReadRemoteDataThread()
725 PThreadEvent& events = m_ctx.Events(); in StopReadRemoteDataThread()
750 PThreadEvent& events = remote->Context().Events(); in ThreadFunctionReadRemoteData()
/external/skia/src/utils/
DSkThreadUtils_pthread.h14 class PThreadEvent : SkNoncopyable {
16 PThreadEvent();
17 ~PThreadEvent();
34 PThreadEvent fStarted;
35 PThreadEvent fCanceled;
DSkThreadUtils_pthread.cpp16 PThreadEvent::PThreadEvent() : fConditionFlag(false) { in PThreadEvent() function in PThreadEvent
20 PThreadEvent::~PThreadEvent() { in ~PThreadEvent()
24 void PThreadEvent::trigger() { in trigger()
30 void PThreadEvent::wait() { in wait()
37 bool PThreadEvent::isTriggered() { in isTriggered()
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h165 PThreadEvent& Events() { return m_events; } in Events()
298PThreadEvent m_events; // Process related events in the child pro…
299PThreadEvent m_private_events; // Used to coordinate running and stopping…
/external/lldb/tools/debugserver/debugserver.xcodeproj/
Dproject.pbxproj32 …05BC115C36420022F371 /* PThreadEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26C637FE0C…
115 …4A0024798E /* PThreadEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
116 …1334A0024798E /* PThreadEvent.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
220 26C637FF0C71334A0024798E /* PThreadEvent.h */,
221 26C637FE0C71334A0024798E /* PThreadEvent.cpp */,
437 26CE05BC115C36420022F371 /* PThreadEvent.cpp in Sources */,