Apache HTTPD
Functions
proc_mutex.c File Reference
#include "apr.h"
#include "apr_strings.h"
#include "apr_arch_proc_mutex.h"
#include "apr_arch_file_io.h"
#include "apr_hash.h"
#include "apr_atomic.h"

Go to the source code of this file.

Functions

 APR_DECLARE (apr_status_t)
 
void apr_proc_mutex_unix_setup_lock (void)
 
static apr_status_t proc_mutex_choose_method (apr_proc_mutex_t *new_mutex, apr_lockmech_e mech, apr_os_proc_mutex_t *ospmutex)
 
 APR_DECLARE (const char *)
 
static apr_status_t proc_mutex_create (apr_proc_mutex_t *new_mutex, apr_lockmech_e mech, const char *fname)
 
 APR_DECLARE (apr_lockmech_e)
 
 APR_PERMS_SET_IMPLEMENT (proc_mutex)
 
 APR_DECLARE (apr_pool_t *)
 

Function Documentation

◆ APR_PERMS_SET_IMPLEMENT()

APR_PERMS_SET_IMPLEMENT ( proc_mutex  )

Definition at line 1632 of file proc_mutex.c.

◆ apr_proc_mutex_unix_setup_lock()

void apr_proc_mutex_unix_setup_lock ( void  )

Definition at line 1338 of file proc_mutex.c.

◆ proc_mutex_choose_method()

static apr_status_t proc_mutex_choose_method ( apr_proc_mutex_t new_mutex,
apr_lockmech_e  mech,
apr_os_proc_mutex_t ospmutex 
)
static

Definition at line 1349 of file proc_mutex.c.

◆ proc_mutex_create()

static apr_status_t proc_mutex_create ( apr_proc_mutex_t new_mutex,
apr_lockmech_e  mech,
const char fname 
)
static

Definition at line 1534 of file proc_mutex.c.