Apache HTTPD
Classes | Typedefs | Enumerations
apr_arch_thread_mutex.h File Reference
#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 }
 

Typedef Documentation

◆ thread_mutex_type

Enumeration Type Documentation

◆ thread_mutex_type

Enumerator
thread_mutex_critical_section 
thread_mutex_unnested_event 
thread_mutex_nested_mutex 

Definition at line 22 of file apr_arch_thread_mutex.h.