Apache2
apr_proc_mutex_t Struct Reference

#include <apr_arch_proc_mutex.h>

Collaboration diagram for apr_proc_mutex_t:

Data Fields

apr_pool_tpool
 
sem_id Lock
 
int32 LockCount
 
apr_thread_mutex_tmutex
 
HMTX hMutex
 
TID owner
 
int lock_count
 
const apr_proc_mutex_unix_lock_methods_tmeth
 
int curr_locked
 
char * fname
 
apr_os_proc_mutex_t os
 
apr_file_tinterproc
 
int interproc_closing
 
int pthread_refcounting
 
HANDLE handle
 
const char * fname
 

Field Documentation

◆ curr_locked

int apr_proc_mutex_t::curr_locked

◆ fname [1/2]

char* apr_proc_mutex_t::fname

◆ fname [2/2]

const char* apr_proc_mutex_t::fname

◆ handle

HANDLE apr_proc_mutex_t::handle

◆ hMutex

HMTX apr_proc_mutex_t::hMutex

◆ interproc

apr_file_t* apr_proc_mutex_t::interproc

◆ interproc_closing

int apr_proc_mutex_t::interproc_closing

◆ Lock

sem_id apr_proc_mutex_t::Lock

◆ lock_count

int apr_proc_mutex_t::lock_count

◆ LockCount

int32 apr_proc_mutex_t::LockCount

◆ meth

const apr_proc_mutex_unix_lock_methods_t* apr_proc_mutex_t::meth

◆ mutex

apr_thread_mutex_t* apr_proc_mutex_t::mutex

◆ os

apr_os_proc_mutex_t apr_proc_mutex_t::os

◆ owner

TID apr_proc_mutex_t::owner

◆ pool

apr_pool_t * apr_proc_mutex_t::pool

◆ pthread_refcounting

int apr_proc_mutex_t::pthread_refcounting

The documentation for this struct was generated from the following file: