/usr/src/redhat/BUILD/httpd-2.2.3/srclib/apr/include/apr_thread_rwlock.h

APR Reader/Writer Lock Routines [詳細]

#include "apr.h"
#include "apr_pools.h"
#include "apr_errno.h"

ソースコードを見る。

型定義

typedef apr_thread_rwlock_t apr_thread_rwlock_t

関数

apr_status_t apr_thread_rwlock_create (apr_thread_rwlock_t **rwlock, apr_pool_t *pool)
apr_status_t apr_thread_rwlock_rdlock (apr_thread_rwlock_t *rwlock)
apr_status_t apr_thread_rwlock_tryrdlock (apr_thread_rwlock_t *rwlock)
apr_status_t apr_thread_rwlock_wrlock (apr_thread_rwlock_t *rwlock)
apr_status_t apr_thread_rwlock_trywrlock (apr_thread_rwlock_t *rwlock)
apr_status_t apr_thread_rwlock_unlock (apr_thread_rwlock_t *rwlock)
apr_status_t apr_thread_rwlock_destroy (apr_thread_rwlock_t *rwlock)
 APR_POOL_DECLARE_ACCESSOR (thread_rwlock)


説明

APR Reader/Writer Lock Routines


Apacheに対してSun Jul 19 22:05:27 2009に生成されました。  doxygen 1.4.7