| ACE
    6.0.6
    | 
#include "ace/config-lite.h"#include "ace/os_include/os_signal.h"#include "ace/os_include/sys/os_resource.h"| 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 | 
declarations for waiting
| #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 | 
 1.7.5
 1.7.5