Apache Portable Runtime
Defines

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()

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines