Apache HTTPD
Classes | Macros | Functions
pollset.c File Reference
#include "apr.h"
#include "apr_poll.h"
#include "apr_arch_networkio.h"

Go to the source code of this file.

Classes

struct  apr_pollset_t
 

Macros

#define MSG_DONTWAIT   0x100
 

Functions

 APR_DECLARE (apr_status_t)
 
static void make_pollset (apr_pollset_t *pollset)
 
 APR_DECLARE (const char *)
 

Macro Definition Documentation

◆ MSG_DONTWAIT

#define MSG_DONTWAIT   0x100

Definition at line 22 of file pollset.c.

Function Documentation

◆ make_pollset()

static void make_pollset ( apr_pollset_t pollset)
static

< Can read without blocking

< Can write without blocking

< Priority data available

Definition at line 171 of file pollset.c.