#include "apr.h"#include "apr_strings.h"#include "apr_want.h"#include "httpd.h"#include "http_config.h"#include "http_log.h"#include "http_main.h"#include "mpm.h"#include "mpm_common.h"#include "ap_mpm.h"#include "ap_listen.h"#include "mpm_default.h"Include dependency graph for experimental/threadpool/pod.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | APR_WANT_STRFUNC |
| #define | RESTART_CHAR '$' |
| #define | GRACEFUL_CHAR '!' |
| #define | AP_RESTART 0 |
| #define | AP_GRACEFUL 1 |
Typedefs | |
| typedef ap_pod_t | ap_pod_t |
Functions | |
| AP_DECLARE (apr_status_t) ap_mpm_pod_open(apr_pool_t *p | |
| AP_DECLARE (int) ap_mpm_pod_check(ap_pod_t *pod) | |
| AP_DECLARE (void) ap_mpm_pod_killpg(ap_pod_t *pod | |
Variables | |
| ap_pod_t ** | pod |
| int | graceful |
| int | num |
|
|
Definition at line 36 of file experimental/threadpool/pod.h. Referenced by AP_DECLARE(), and child_main(). |
|
|
Definition at line 35 of file experimental/threadpool/pod.h. Referenced by AP_DECLARE(), and child_main(). |
|
|
Definition at line 19 of file experimental/threadpool/pod.h. |
|
|
Definition at line 33 of file experimental/threadpool/pod.h. Referenced by AP_DECLARE(), and pod_signal_internal(). |
|
|
Definition at line 32 of file experimental/threadpool/pod.h. Referenced by AP_DECLARE(), and pod_signal_internal(). |
|
|
Definition at line 38 of file experimental/threadpool/pod.h. |
|
|
Send the minimal part of an HTTP response header.
Definition at line 1271 of file http_protocol.c. |
|
|
Get XML post data and parse it
Definition at line 445 of file http_protocol.c. |
|
|
convert a recent time to its human readable components in local timezone
|
|
|
Definition at line 50 of file worker/pod.h. |
|
|
Definition at line 46 of file experimental/threadpool/pod.h. |