Lines Matching refs:PThreadEvent
18 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()
219 PThreadEvent::WaitForResetAck (const uint32_t mask, const struct timespec *timeout_abstime) const in WaitForResetAck()