|
Apache Portable Runtime
|
APR Portability Routines. More...
#include "apr.h"#include "apr_pools.h"#include "apr_thread_proc.h"#include "apr_file_io.h"#include "apr_network_io.h"#include "apr_errno.h"#include "apr_global_mutex.h"#include "apr_proc_mutex.h"#include "apr_time.h"#include "apr_dso.h"#include "apr_shm.h"Go to the source code of this file.
Data Structures | |
| struct | apr_os_proc_mutex_t |
| struct | apr_os_sock_info_t |
Macros | |
| #define | apr_os_global_mutex_t apr_os_proc_mutex_t |
| #define | apr_os_global_mutex_get apr_os_proc_mutex_get |
Typedefs | |
| typedef int | apr_os_file_t |
| typedef DIR | apr_os_dir_t |
| typedef int | apr_os_sock_t |
| typedef struct apr_os_proc_mutex_t | apr_os_proc_mutex_t |
| typedef pid_t | apr_os_proc_t |
| typedef struct timeval | apr_os_imp_time_t |
| typedef struct tm | apr_os_exp_time_t |
| typedef void * | apr_os_dso_handle_t |
| typedef void * | apr_os_shm_t |
| typedef struct apr_os_sock_info_t | apr_os_sock_info_t |
| alias for local OS socket | |
APR Portability Routines.