Apache2
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>
Include dependency graph for apr_arch_threadproc.h:

Go to the source code of this file.

Data Structures

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

◆ PTHREAD_CANCEL_AYNCHRONOUS

#define PTHREAD_CANCEL_AYNCHRONOUS   CANCEL_ASYNCH;

◆ PTHREAD_CANCEL_DEFERRED

#define PTHREAD_CANCEL_DEFERRED   CANCEL_DEFER;

◆ PTHREAD_CANCEL_DISABLE

#define PTHREAD_CANCEL_DISABLE   CANCEL_DISABLE;

◆ PTHREAD_CANCEL_ENABLE

#define PTHREAD_CANCEL_ENABLE   CANCEL_ENABLE;

◆ SHELL_PATH

#define SHELL_PATH   "/bin/sh"