apr_anylock_t Struct Reference

#include <apr_anylock.h>


Public Types

enum  tm_lock {
  apr_anylock_none, apr_anylock_procmutex, apr_anylock_threadmutex, apr_anylock_readlock,
  apr_anylock_writelock
}

Data Fields

enum apr_anylock_t::tm_lock type
union
apr_anylock_t::apr_anylock_u_t 
lock

Data Structures

union  apr_anylock_u_t


Detailed Description

Structure that may contain any APR lock type

Member Enumeration Documentation

Indicates what type of lock is in lock

Enumerator:
apr_anylock_none  None
apr_anylock_procmutex  Process-based
apr_anylock_threadmutex  Thread-based
apr_anylock_readlock  Read lock
apr_anylock_writelock  Write lock


Field Documentation

Indicates what type of lock is in lock

Union of all possible APR locks


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

Generated on Sat Aug 16 19:14:10 2008 for Apache Portable Runtime Utility Library by  doxygen 1.5.6