Apache2
|
#include "apr.h"
#include "apr_private.h"
#include "apr_general.h"
#include "apr_lib.h"
#include "apr_proc_mutex.h"
#include "apr_pools.h"
#include "apr_portable.h"
#include "apr_file_io.h"
#include "apr_arch_file_io.h"
#include "apr_time.h"
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/file.h>
#include <sys/mman.h>
Go to the source code of this file.
Data Structures | |
struct | apr_proc_mutex_unix_lock_methods_t |
union | semun |
struct | apr_proc_mutex_t |
Macros | |
#define | APR_PROCESS_LOCK_MECH_IS_GLOBAL 1 |
Typedefs | |
typedef struct apr_proc_mutex_unix_lock_methods_t | apr_proc_mutex_unix_lock_methods_t |
Functions | |
void | apr_proc_mutex_unix_setup_lock (void) |
#define APR_PROCESS_LOCK_MECH_IS_GLOBAL 1 |