Lines Matching refs:PThreadEvent
17 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()
187 PThreadEvent::WaitForResetAck(const uint32_t mask, in WaitForResetAck()