Pollset Flags

Overview

// macros

#define APR_POLLSET_NOCOPY
#define APR_POLLSET_NODEFAULT
#define APR_POLLSET_THREADSAFE
#define APR_POLLSET_WAKEABLE

Detailed Documentation

Macros

#define APR_POLLSET_NOCOPY

Descriptors passed to apr_pollset_add() are not copied

#define APR_POLLSET_NODEFAULT

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

#define APR_POLLSET_THREADSAFE

Adding or removing a descriptor is thread-safe

#define APR_POLLSET_WAKEABLE

Poll operations are interruptable by apr_pollset_wakeup()