Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

/export2/deucetmp/bala/release_try/ACE_wrappers/ace/os_include/sys/os_wait.h File Reference

#include "ace/config-all.h"
#include "ace/os_include/os_signal.h"
#include "ace/os_include/sys/os_resource.h"

Include dependency graph for os_wait.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Defines

#define WCOREDUMP(stat)   0
#define WNOHANG   0100
#define WEXITSTATUS(stat)   stat
#define WIFCONTINUED(stat)   0
#define WIFEXITED(stat)   1
#define WIFSIGNALED(stat)   0
#define WIFSTOPPED(stat)   0
#define WSTOPSIG(stat)   0
#define WTERMSIG(stat)   0

Detailed Description

declarations for waiting

Id:
os_wait.h,v 1.4 2003/11/01 11:15:19 dhinton Exp

Author:
Don Hinton <dhinton@dresystems.com> , This code was originally in various places including ace/OS.h.

Define Documentation

#define WCOREDUMP stat       0
 

#define WEXITSTATUS stat       stat
 

#define WIFCONTINUED stat       0
 

#define WIFEXITED stat       1
 

#define WIFSIGNALED stat       0
 

#define WIFSTOPPED stat       0
 

#define WNOHANG   0100
 

#define WSTOPSIG stat       0
 

#define WTERMSIG stat       0
 


Generated on Wed Jan 14 22:19:49 2004 for ACE by doxygen1.2.18