Apache HTTPD
Functions | Variables
thread.c File Reference
#include "apr_private.h"
#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_misc.h"

Go to the source code of this file.

Functions

 APR_DECLARE (apr_status_t)
 
static void * dummy_worker (void *opaque)
 
 APR_DECLARE (void)
 
 APR_DECLARE (apr_os_thread_t)
 
 APR_DECLARE (apr_pool_t *)
 

Variables

DWORD tls_apr_thread = 0
 

Function Documentation

◆ APR_DECLARE()

APR_DECLARE ( apr_os_thread_t  )

Definition at line 210 of file thread.c.

◆ dummy_worker()

static void * dummy_worker ( void *  opaque)
static

Definition at line 75 of file thread.c.

Variable Documentation

◆ tls_apr_thread

DWORD tls_apr_thread = 0

Definition at line 29 of file thread.c.