|
Apache HTTPD
|
APR Thread and Process Library. More...
#include "apr.h"#include "apr_file_io.h"#include "apr_pools.h"#include "apr_errno.h"#include "apr_perms_set.h"Go to the source code of this file.
Classes | |
| struct | apr_proc_t |
Enumerations | |
| enum | apr_cmdtype_e { APR_SHELLCMD , APR_PROGRAM , APR_PROGRAM_ENV , APR_PROGRAM_PATH , APR_SHELLCMD_ENV } |
| enum | apr_wait_how_e { APR_WAIT , APR_NOWAIT } |
| enum | apr_exit_why_e { APR_PROC_EXIT = 1 , APR_PROC_SIGNAL = 2 , APR_PROC_SIGNAL_CORE = 4 } |
| enum | apr_kill_conditions_e { APR_KILL_NEVER , APR_KILL_ALWAYS , APR_KILL_AFTER_TIMEOUT , APR_JUST_WAIT , APR_KILL_ONLY_ONCE } |
Functions | |
| APR_DECLARE (apr_status_t) apr_procattr_create(apr_procattr_t **new_attr | |
| APR_DECLARE (void) apr_proc_other_child_register(apr_proc_t *proc | |
APR Thread and Process Library.
Definition in file apr_thread_proc.h.