ACE  6.4.2
Macros
os_wait.h File Reference
#include "ace/os_include/os_signal.h"
#include "ace/os_include/sys/os_resource.h"

Macros

#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

Author
Don Hinton dhint.nosp@m.on@d.nosp@m.resys.nosp@m.tems.nosp@m..com
This code was originally in various places including ace/OS.h.

Macro Definition 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