|
Apache HTTPD
|
#include "apr_general.h"#include "apr_lib.h"#include "apr_strings.h"#include "apr_portable.h"#include "apr_arch_thread_mutex.h"#include "apr_arch_thread_cond.h"#include "apr_arch_file_io.h"#include <string.h>Go to the source code of this file.
Macros | |
| #define | DCE_POSTONE 0x0800 |
Functions | |
| static apr_status_t | thread_cond_cleanup (void *data) |
| APR_DECLARE (apr_status_t) | |
| static apr_status_t | thread_cond_timedwait (apr_thread_cond_t *cond, apr_thread_mutex_t *mutex, ULONG timeout_ms) |
| APR_DECLARE (apr_pool_t *) | |
| #define DCE_POSTONE 0x0800 |
Definition at line 27 of file thread_cond.c.
|
static |
Definition at line 30 of file thread_cond.c.
|
static |
Definition at line 70 of file thread_cond.c.