Apache Portable Runtime
|
APR-Util transparent any lock flavor wrapper. More...
Go to the source code of this file.
Data Structures | |
struct | apr_anylock_t |
union | apr_anylock_t::apr_anylock_u_t |
Macros | |
#define | APR_ANYLOCK_LOCK(lck) |
#define | APR_ANYLOCK_TRYLOCK(lck) |
#define | APR_ANYLOCK_UNLOCK(lck) |
Typedefs | |
typedef struct apr_anylock_t | apr_anylock_t |
APR-Util transparent any lock flavor wrapper.
#define APR_ANYLOCK_LOCK | ( | lck | ) |
Lock an apr_anylock_t structure
#define APR_ANYLOCK_TRYLOCK | ( | lck | ) |
Try to lock an apr_anylock_t structure
#define APR_ANYLOCK_UNLOCK | ( | lck | ) |
Unlock an apr_anylock_t structure
typedef struct apr_anylock_t apr_anylock_t |
Structure that may contain any APR lock type