|
Apache HTTPD
|
#include <apr_arch_proc_mutex.h>
Public Attributes | |
| apr_pool_t * | pool |
| sem_id | Lock |
| int32 | LockCount |
| apr_thread_mutex_t * | mutex |
| HMTX | hMutex |
| TID | owner |
| int | lock_count |
| const apr_proc_mutex_unix_lock_methods_t * | meth |
| int | curr_locked |
| char * | fname |
| apr_os_proc_mutex_t | os |
| HANDLE | handle |
| const char * | fname |
Definition at line 27 of file apr_arch_proc_mutex.h.
| int apr_proc_mutex_t::curr_locked |
Definition at line 97 of file apr_arch_proc_mutex.h.
| char* apr_proc_mutex_t::fname |
Definition at line 98 of file apr_arch_proc_mutex.h.
Definition at line 25 of file apr_arch_proc_mutex.h.
| HANDLE apr_proc_mutex_t::handle |
Definition at line 24 of file apr_arch_proc_mutex.h.
| HMTX apr_proc_mutex_t::hMutex |
Definition at line 25 of file apr_arch_proc_mutex.h.
| sem_id apr_proc_mutex_t::Lock |
Definition at line 31 of file apr_arch_proc_mutex.h.
| int apr_proc_mutex_t::lock_count |
Definition at line 27 of file apr_arch_proc_mutex.h.
| int32 apr_proc_mutex_t::LockCount |
Definition at line 32 of file apr_arch_proc_mutex.h.
| const apr_proc_mutex_unix_lock_methods_t* apr_proc_mutex_t::meth |
Definition at line 96 of file apr_arch_proc_mutex.h.
| apr_thread_mutex_t* apr_proc_mutex_t::mutex |
Definition at line 25 of file apr_arch_proc_mutex.h.
| apr_os_proc_mutex_t apr_proc_mutex_t::os |
Definition at line 100 of file apr_arch_proc_mutex.h.
| TID apr_proc_mutex_t::owner |
Definition at line 26 of file apr_arch_proc_mutex.h.
| apr_pool_t * apr_proc_mutex_t::pool |
Definition at line 28 of file apr_arch_proc_mutex.h.