#include "apr_proc_mutex.h"
#include "apr_thread_mutex.h"
#include "apr_thread_rwlock.h"
Go to the source code of this file.
Data Structures | |
struct | apr_anylock_t |
union | apr_anylock_t::apr_anylock_u_t |
Defines | |
#define | APR_ANYLOCK_LOCK(lck) |
#define | APR_ANYLOCK_TRYLOCK(lck) |
#define | APR_ANYLOCK_UNLOCK(lck) |
Typedefs | |
typedef apr_anylock_t | apr_anylock_t |
|
Value: Lock an apr_anylock_t structure |
|
Value: Try to lock an apr_anylock_t structure |
|
Value: Unlock an apr_anylock_t structure |
|
Structure that may contain any APR lock type |