Searched refs:APR_POLLSET_WAKEABLE (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/unix/
H A Dpollset.c134 if (pollset->flags & APR_POLLSET_WAKEABLE) {
239 if (flags & APR_POLLSET_WAKEABLE) {
269 if (flags & APR_POLLSET_WAKEABLE) {
275 if ((flags & APR_POLLSET_WAKEABLE) || provider->cleanup)
310 if (pollset->flags & APR_POLLSET_WAKEABLE ||
320 if (pollset->flags & APR_POLLSET_WAKEABLE)
H A Dpoll.c194 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
280 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
H A Dselect.c251 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
402 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
H A Depoll.c277 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
H A Dkqueue.c275 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
H A Dport.c405 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
/macosx-10.9.5/apr-30/apr/apr/poll/unix/
H A Dpollset.c134 if (pollset->flags & APR_POLLSET_WAKEABLE) {
239 if (flags & APR_POLLSET_WAKEABLE) {
269 if (flags & APR_POLLSET_WAKEABLE) {
275 if ((flags & APR_POLLSET_WAKEABLE) || provider->cleanup)
310 if (pollset->flags & APR_POLLSET_WAKEABLE ||
320 if (pollset->flags & APR_POLLSET_WAKEABLE)
H A Dpoll.c194 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
280 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
H A Dselect.c251 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
402 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
H A Depoll.c277 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
H A Dkqueue.c275 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
H A Dport.c405 if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_poll.h63 #define APR_POLLSET_WAKEABLE 0x004 /**< Poll operations are interruptable by macro
131 * @remark If flags contains APR_POLLSET_WAKEABLE, then a pollset is
168 * @remark If flags contains APR_POLLSET_WAKEABLE, then a pollset is
256 * APR_POLLSET_WAKEABLE, apr_pollset_wakeup() has been called while
273 * @remark If the pollset was not created with APR_POLLSET_WAKEABLE the
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_poll.h63 #define APR_POLLSET_WAKEABLE 0x004 /**< Poll operations are interruptable by macro
131 * @remark If flags contains APR_POLLSET_WAKEABLE, then a pollset is
168 * @remark If flags contains APR_POLLSET_WAKEABLE, then a pollset is
256 * APR_POLLSET_WAKEABLE, apr_pollset_wakeup() has been called while
273 * @remark If the pollset was not created with APR_POLLSET_WAKEABLE the

Completed in 384 milliseconds