|
Apache HTTPD
|
#include "apr_arch_threadproc.h"#include "apr_thread_proc.h"#include "apr_general.h"#include "apr_lib.h"#include "apr_portable.h"#include "apr_arch_file_io.h"#include <stdlib.h>Go to the source code of this file.
Macros | |
| #define | INCL_DOSERRORS |
| #define | INCL_DOS |
Functions | |
| APR_DECLARE (apr_status_t) | |
| static void | apr_thread_begin (void *arg) |
| APR_DECLARE (apr_os_thread_t) | |
| void | apr_thread_yield () |
| int | apr_os_thread_equal (apr_os_thread_t tid1, apr_os_thread_t tid2) |
| APR_DECLARE (apr_pool_t *) | |
| static apr_status_t | thread_once_cleanup (void *vcontrol) |
| APR_DECLARE | ( | apr_os_thread_t | ) |
| int apr_os_thread_equal | ( | apr_os_thread_t | tid1, |
| apr_os_thread_t | tid2 | ||
| ) |
|
static |