Apache HTTPD
Macros | Functions
proc_mutex.c File Reference
#include "apr_general.h"
#include "apr_lib.h"
#include "apr_strings.h"
#include "apr_portable.h"
#include "apr_arch_proc_mutex.h"
#include "apr_arch_file_io.h"
#include <string.h>
#include <stddef.h>

Go to the source code of this file.

Macros

#define CurrentTid   (*_threadid)
 

Functions

static charfixed_name (const char *fname, apr_pool_t *pool)
 
 APR_DECLARE (apr_status_t)
 
 APR_DECLARE (const char *)
 
 APR_DECLARE (apr_lockmech_e)
 
 APR_DECLARE (apr_pool_t *)
 

Macro Definition Documentation

◆ CurrentTid

#define CurrentTid   (*_threadid)

Definition at line 26 of file proc_mutex.c.

Function Documentation

◆ fixed_name()

static char * fixed_name ( const char fname,
apr_pool_t pool 
)
static

Definition at line 28 of file proc_mutex.c.