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_tapr_thread_rwlock_pool_get (const apr_thread_rwlock_t *thethread_rwlock)


説明

APR Reader/Writer Lock Routines


Apache Portable Runtimeに対してSun Jul 19 22:04:00 2009に生成されました。  doxygen 1.4.7