Apache HTTPD
Functions | Variables
pollcb.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"

Go to the source code of this file.

Functions

static const apr_pollcb_provider_tpollcb_provider (apr_pollset_method_e method)
 
static apr_status_t pollcb_cleanup (void *p)
 
 APR_DECLARE (apr_status_t)
 
 APR_DECLARE (const char *)
 

Variables

static apr_pollset_method_e pollset_default_method = POLLSET_DEFAULT_METHOD
 

Function Documentation

◆ pollcb_cleanup()

static apr_status_t pollcb_cleanup ( void *  p)
static

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

Definition at line 76 of file pollcb.c.

◆ pollcb_provider()

static const apr_pollcb_provider_t * pollcb_provider ( apr_pollset_method_e  method)
static

Definition at line 44 of file pollcb.c.

Variable Documentation

◆ pollset_default_method

apr_pollset_method_e pollset_default_method = POLLSET_DEFAULT_METHOD
static

Definition at line 30 of file pollcb.c.