for poll() interface
Definition at line 523 of file BidirMMapPipe.h.
Public Member Functions | |
PollEntry (BidirMMapPipe *_pipe) | |
poll a pipe for all events More... | |
PollEntry (BidirMMapPipe *_pipe, int _events) | |
poll a pipe for specified events More... | |
Public Attributes | |
unsigned | events |
events of interest (or'ed bitmask) More... | |
BidirMMapPipe * | pipe |
pipe of interest More... | |
unsigned | revents |
events that happened (or'ed bitmask) More... | |
|
inline |
poll a pipe for all events
Definition at line 529 of file BidirMMapPipe.h.
|
inline |
poll a pipe for specified events
Definition at line 532 of file BidirMMapPipe.h.
unsigned BidirMMapPipe::PollEntry::events |
events of interest (or'ed bitmask)
Definition at line 526 of file BidirMMapPipe.h.
BidirMMapPipe* BidirMMapPipe::PollEntry::pipe |
pipe of interest
Definition at line 525 of file BidirMMapPipe.h.
unsigned BidirMMapPipe::PollEntry::revents |
events that happened (or'ed bitmask)
Definition at line 527 of file BidirMMapPipe.h.