#include "ace/config-lite.h"#include "ace/os_include/os_signal.h"#include "ace/os_include/sys/os_resource.h"Include dependency graph for os_wait.h:

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

Go to the source code of this file.
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 |
os_wait.h,v 1.8 2006/01/12 10:08:45 jwillemsen Exp
This code was originally in various places including ace/OS.h.
Definition in file os_wait.h.
|
|
|
|
|
Definition at line 56 of file os_wait.h. Referenced by ACE::fork(), and ACE_Process::return_value(). |
|
|
|
|
|
Definition at line 67 of file os_wait.h. Referenced by ACE::fork(). |
|
|
|
|
|
|
|
|
Definition at line 48 of file os_wait.h. Referenced by ACE_Process_Manager::reap(), ACE_Process_Manager::wait(), ACE_Process::wait(), and ACE_OS::waitpid(). |
|
|
|
|
|
|
1.3.6