|
Apache HTTPD
|
#include "apr_pools.h"Go to the source code of this file.
Classes | |
| struct | apr_thread_mutex_t |
Typedefs | |
| typedef enum thread_mutex_type | thread_mutex_type |
Enumerations | |
| enum | thread_mutex_type { thread_mutex_critical_section , thread_mutex_unnested_event , thread_mutex_nested_mutex } |
| Enumerator | |
|---|---|
| thread_mutex_critical_section | |
| thread_mutex_unnested_event | |
| thread_mutex_nested_mutex | |
Definition at line 22 of file apr_arch_thread_mutex.h.