|
Apache HTTPD
|
#include "apr.h"#include "apr_private.h"#include "apr_general.h"#include "apr_strings.h"#include "apr_portable.h"#include "apr_arch_file_io.h"#include "apr_arch_proc_mutex.h"#include "apr_arch_misc.h"Go to the source code of this file.
Functions | |
| static apr_status_t | proc_mutex_cleanup (void *mutex_) |
| APR_DECLARE (apr_status_t) | |
| APR_DECLARE (const char *) | |
| APR_DECLARE (apr_lockmech_e) | |
| APR_DECLARE (apr_pool_t *) | |
|
static |
Definition at line 26 of file proc_mutex.c.