Searched refs:PThreadEvent (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp1 //===-- PThreadEvent.cpp ----------------------------------------*- C++ -*-===//
13 #include "PThreadEvent.h"
17 PThreadEvent::PThreadEvent(uint32_t bits, uint32_t validBits) function in class:PThreadEvent
20 // DNBLogThreadedIf(LOG_EVENTS, "%p PThreadEvent::%s (0x%8.8x, 0x%8.8x)",
24 PThreadEvent::~PThreadEvent() {
28 uint32_t PThreadEvent::NewEventBit() {
38 void PThreadEvent::FreeEventBits(const uint32_t mask) {
39 // DNBLogThreadedIf(LOG_EVENTS, "%p PThreadEvent
[all...]
H A DPThreadEvent.h1 //===-- PThreadEvent.h ------------------------------------------*- C++ -*-===//
20 class PThreadEvent { class
22 PThreadEvent(uint32_t bits = 0, uint32_t validBits = 0);
23 ~PThreadEvent();
57 PThreadEvent(const PThreadEvent &) = delete;
58 PThreadEvent &operator=(const PThreadEvent &rhs) = delete;
H A DRNBContext.h17 #include "PThreadEvent.h"
61 PThreadEvent &Events() { return m_events; }
139 PThreadEvent m_events{0, all_event_bits};
H A DRNBRemote.cpp893 PThreadEvent &events = m_ctx.Events();
1096 PThreadEvent &events = m_ctx.Events();
1117 PThreadEvent &events = m_ctx.Events();
1137 PThreadEvent &events = m_ctx.Events();
1175 PThreadEvent &events = remote->Context().Events();
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h36 #include "PThreadEvent.h"
224 PThreadEvent &Events() { return m_events; }
420 PThreadEvent m_profile_events; // Used for the profile thread cancellable wait
437 PThreadEvent m_events; // Process related events in the child processes
439 PThreadEvent m_private_events; // Used to coordinate running and stopping the

Completed in 607 milliseconds