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

APR Condition Variable Routines [詳細]

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

ソースコードを見る。

型定義

typedef apr_thread_cond_t apr_thread_cond_t

関数

apr_status_t apr_thread_cond_create (apr_thread_cond_t **cond, apr_pool_t *pool)
apr_status_t apr_thread_cond_wait (apr_thread_cond_t *cond, apr_thread_mutex_t *mutex)
apr_status_t apr_thread_cond_timedwait (apr_thread_cond_t *cond, apr_thread_mutex_t *mutex, apr_interval_time_t timeout)
apr_status_t apr_thread_cond_signal (apr_thread_cond_t *cond)
apr_status_t apr_thread_cond_broadcast (apr_thread_cond_t *cond)
apr_status_t apr_thread_cond_destroy (apr_thread_cond_t *cond)
 APR_POOL_DECLARE_ACCESSOR (thread_cond)


説明

APR Condition Variable Routines


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