1 #ifndef _VNXPLAT_EVENT_H_
2 #define _VNXPLAT_EVENT_H_
47 WaitResult waitUs(uint32_t timeoutUs);
54 WaitResult waitMs(uint32_t timeoutMs);
Represents a cross-platform event.
Definition: event.h:12
WaitResult
Available wait results.
Definition: event.h:18
The event was signalled.
Definition: event.h:20
Identifies a derived class as being unable to be copied and prevents copy attempts.
Definition: nocopy.h:21