Pollset Flags
[Poll Routines]


Defines

#define APR_POLLSET_THREADSAFE   0x001
#define APR_POLLSET_NOCOPY   0x002
#define APR_POLLSET_WAKEABLE   0x004
#define APR_POLLSET_NODEFAULT   0x010

Define Documentation

#define APR_POLLSET_NOCOPY   0x002

Descriptors passed to apr_pollset_add() are not copied

#define APR_POLLSET_NODEFAULT   0x010

Do not try to use the default method if the specified non-default method cannot be used

#define APR_POLLSET_THREADSAFE   0x001

Adding or removing a descriptor is thread-safe

#define APR_POLLSET_WAKEABLE   0x004

Poll operations are interruptable by apr_pollset_wakeup() or apr_pollcb_wakeup()


Generated on Fri Feb 8 11:28:27 2019 for Apache Portable Runtime by  doxygen 1.5.6