Apache HTTPD
Classes | Macros
apr_arch_threadproc.h File Reference
#include "apr_thread_proc.h"
#include "apr_arch_file_io.h"
#include "apr_file_io.h"
#include "apr_general.h"
#include "apr_portable.h"
#include <kernel/OS.h>
#include <signal.h>
#include <string.h>
#include <sys/wait.h>
#include <image.h>

Go to the source code of this file.

Classes

struct  apr_thread_t
 
struct  apr_threadattr_t
 
struct  apr_threadkey_t
 
struct  beos_private_data
 
struct  beos_key
 
struct  apr_procattr_t
 
struct  apr_thread_once_t
 

Macros

#define SHELL_PATH   "/bin/sh"
 
#define PTHREAD_CANCEL_AYNCHRONOUS   CANCEL_ASYNCH;
 
#define PTHREAD_CANCEL_DEFERRED   CANCEL_DEFER;
 
#define PTHREAD_CANCEL_ENABLE   CANCEL_ENABLE;
 
#define PTHREAD_CANCEL_DISABLE   CANCEL_DISABLE;
 
#define BEOS_MAX_DATAKEYS   128
 

Macro Definition Documentation

◆ BEOS_MAX_DATAKEYS

#define BEOS_MAX_DATAKEYS   128

Definition at line 40 of file apr_arch_threadproc.h.

◆ PTHREAD_CANCEL_AYNCHRONOUS

#define PTHREAD_CANCEL_AYNCHRONOUS   CANCEL_ASYNCH;

Definition at line 34 of file apr_arch_threadproc.h.

◆ PTHREAD_CANCEL_DEFERRED

#define PTHREAD_CANCEL_DEFERRED   CANCEL_DEFER;

Definition at line 35 of file apr_arch_threadproc.h.

◆ PTHREAD_CANCEL_DISABLE

#define PTHREAD_CANCEL_DISABLE   CANCEL_DISABLE;

Definition at line 38 of file apr_arch_threadproc.h.

◆ PTHREAD_CANCEL_ENABLE

#define PTHREAD_CANCEL_ENABLE   CANCEL_ENABLE;

Definition at line 37 of file apr_arch_threadproc.h.

◆ SHELL_PATH

#define SHELL_PATH   "/bin/sh"

Definition at line 32 of file apr_arch_threadproc.h.