#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.
◆ APR_PROCESS_LOCK_MECH_IS_GLOBAL
#define APR_PROCESS_LOCK_MECH_IS_GLOBAL 1 |
◆ apr_proc_mutex_unix_lock_methods_t
◆ apr_proc_mutex_unix_setup_lock()
void apr_proc_mutex_unix_setup_lock |
( |
void |
| ) |
|