Apache2
apr_arch_proc_mutex.h File Reference
#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>
Include dependency graph for apr_arch_proc_mutex.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ APR_PROCESS_LOCK_MECH_IS_GLOBAL

#define APR_PROCESS_LOCK_MECH_IS_GLOBAL   1

Typedef Documentation

◆ apr_proc_mutex_unix_lock_methods_t

Function Documentation

◆ apr_proc_mutex_unix_setup_lock()

void apr_proc_mutex_unix_setup_lock ( void  )