|
Apache HTTPD
|
#include "apr_general.h"#include "apr_lib.h"#include "apr_strings.h"#include "apr_portable.h"#include "apr_arch_proc_mutex.h"#include "apr_arch_file_io.h"#include <string.h>#include <stddef.h>Go to the source code of this file.
Macros | |
| #define | CurrentTid (*_threadid) |
Functions | |
| static char * | fixed_name (const char *fname, apr_pool_t *pool) |
| APR_DECLARE (apr_status_t) | |
| APR_DECLARE (const char *) | |
| APR_DECLARE (apr_lockmech_e) | |
| APR_DECLARE (apr_pool_t *) | |
Definition at line 26 of file proc_mutex.c.
|
static |
Definition at line 28 of file proc_mutex.c.