|
Apache HTTPD
|
#include "apr_arch_thread_mutex.h"#include "apr_arch_thread_cond.h"#include "apr_strings.h"#include "apr_portable.h"Go to the source code of this file.
Functions | |
| static apr_status_t | thread_cond_cleanup (void *data) |
| static struct waiter_t * | make_waiter (apr_pool_t *pool) |
| APR_DECLARE (apr_status_t) | |
| static apr_status_t | do_wait (apr_thread_cond_t *cond, apr_thread_mutex_t *mutex, apr_interval_time_t timeout) |
| APR_DECLARE (apr_pool_t *) | |
|
static |
Definition at line 83 of file thread_cond.c.
|
static |
Definition at line 33 of file thread_cond.c.
|
static |
Definition at line 22 of file thread_cond.c.