Apache HTTPD
Public Attributes | List of all members
apr_proc_mutex_t Struct Reference

#include <apr_arch_proc_mutex.h>

Public Attributes

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
 
charfname
 
apr_os_proc_mutex_t os
 
HANDLE handle
 
const charfname
 

Detailed Description

Definition at line 27 of file apr_arch_proc_mutex.h.

Member Data Documentation

◆ curr_locked

int apr_proc_mutex_t::curr_locked

Definition at line 97 of file apr_arch_proc_mutex.h.

◆ fname [1/2]

char* apr_proc_mutex_t::fname

Definition at line 98 of file apr_arch_proc_mutex.h.

◆ fname [2/2]

const char* apr_proc_mutex_t::fname

Definition at line 25 of file apr_arch_proc_mutex.h.

◆ handle

HANDLE apr_proc_mutex_t::handle

Definition at line 24 of file apr_arch_proc_mutex.h.

◆ hMutex

HMTX apr_proc_mutex_t::hMutex

Definition at line 25 of file apr_arch_proc_mutex.h.

◆ Lock

sem_id apr_proc_mutex_t::Lock

Definition at line 31 of file apr_arch_proc_mutex.h.

◆ lock_count

int apr_proc_mutex_t::lock_count

Definition at line 27 of file apr_arch_proc_mutex.h.

◆ LockCount

int32 apr_proc_mutex_t::LockCount

Definition at line 32 of file apr_arch_proc_mutex.h.

◆ meth

const apr_proc_mutex_unix_lock_methods_t* apr_proc_mutex_t::meth

Definition at line 96 of file apr_arch_proc_mutex.h.

◆ mutex

apr_thread_mutex_t* apr_proc_mutex_t::mutex

Definition at line 25 of file apr_arch_proc_mutex.h.

◆ os

apr_os_proc_mutex_t apr_proc_mutex_t::os

Definition at line 100 of file apr_arch_proc_mutex.h.

◆ owner

TID apr_proc_mutex_t::owner

Definition at line 26 of file apr_arch_proc_mutex.h.

◆ pool

apr_pool_t * apr_proc_mutex_t::pool

Definition at line 28 of file apr_arch_proc_mutex.h.


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