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

#include <apr_portable.h>

Public Attributes

apr_pool_tpool
 
apr_proc_mutex_tproc_mutex
 

Detailed Description

Thread and process mutex for those platforms where process mutexes are not held in threads.

Definition at line 210 of file apr_portable.h.

Member Data Documentation

◆ pool

apr_pool_t* apr_os_global_mutex_t::pool

Definition at line 211 of file apr_portable.h.

◆ proc_mutex

apr_proc_mutex_t* apr_os_global_mutex_t::proc_mutex

Definition at line 212 of file apr_portable.h.


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