Apache HTTPD
Functions | Variables
pollset.c File Reference
#include "apr.h"
#include "apr_poll.h"
#include "apr_time.h"
#include "apr_portable.h"
#include "apr_arch_file_io.h"
#include "apr_arch_networkio.h"
#include "apr_arch_poll_private.h"
#include "apr_arch_inherit.h"

Go to the source code of this file.

Functions

static apr_status_t pollset_cleanup (void *p)
 
static const apr_pollset_provider_tpollset_provider (apr_pollset_method_e method)
 
 APR_DECLARE (apr_status_t)
 
 APR_DECLARE (const char *)
 

Variables

static apr_pollset_method_e pollset_default_method = POLLSET_DEFAULT_METHOD
 
const apr_pollset_provider_tapr_pollset_provider_select
 

Function Documentation

◆ pollset_cleanup()

static apr_status_t pollset_cleanup ( void *  p)
static

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

Definition at line 33 of file pollset.c.

◆ pollset_provider()

static const apr_pollset_provider_t * pollset_provider ( apr_pollset_method_e  method)
static

Definition at line 63 of file pollset.c.

Variable Documentation

◆ apr_pollset_provider_select

const apr_pollset_provider_t* apr_pollset_provider_select
extern

Definition at line 449 of file select.c.

◆ pollset_default_method

apr_pollset_method_e pollset_default_method = POLLSET_DEFAULT_METHOD
static

Definition at line 31 of file pollset.c.