|
Apache Portable Runtime
|
APR Thread and Process Library. More...
Go to the source code of this file.
Data Structures | |
| struct | apr_proc_t |
Macros | |
| #define | APR_PROC_CHECK_EXIT(x) (x & APR_PROC_EXIT) |
| #define | APR_PROC_CHECK_SIGNALED(x) (x & APR_PROC_SIGNAL) |
| #define | APR_PROC_CHECK_CORE_DUMP(x) (x & APR_PROC_SIGNAL_CORE) |
| #define | APR_NO_PIPE 0 |
| #define | APR_FULL_BLOCK 1 |
| #define | APR_FULL_NONBLOCK 2 |
| #define | APR_PARENT_BLOCK 3 |
| #define | APR_CHILD_BLOCK 4 |
| #define | APR_NO_FILE 8 |
| #define | APR_READ_BLOCK 3 |
| #define | APR_WRITE_BLOCK 4 |
| #define | APR_NO_FILE 8 |