17 #ifndef APR_THREAD_RWLOCK_H
18 #define APR_THREAD_RWLOCK_H
apr_status_t apr_thread_rwlock_rdlock(apr_thread_rwlock_t *rwlock)
apr_status_t apr_thread_rwlock_create(apr_thread_rwlock_t **rwlock, apr_pool_t *pool)
apr_status_t apr_thread_rwlock_unlock(apr_thread_rwlock_t *rwlock)
apr_status_t apr_thread_rwlock_tryrdlock(apr_thread_rwlock_t *rwlock)
apr_status_t apr_thread_rwlock_trywrlock(apr_thread_rwlock_t *rwlock)
APR Platform Definitions.
apr_status_t apr_thread_rwlock_wrlock(apr_thread_rwlock_t *rwlock)
struct apr_pool_t apr_pool_t
Definition: apr_pools.h:60
apr_status_t apr_thread_rwlock_destroy(apr_thread_rwlock_t *rwlock)
int apr_status_t
Definition: apr_errno.h:44
struct apr_thread_rwlock_t apr_thread_rwlock_t
Definition: apr_thread_rwlock.h:42
#define APR_POOL_DECLARE_ACCESSOR(type)
Definition: apr_pools.h:81