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.
◆ WCOREDUMP
| #define WCOREDUMP |
( |
|
stat | ) |
0 |
◆ WEXITSTATUS
| #define WEXITSTATUS |
( |
|
stat | ) |
stat |
◆ WIFCONTINUED
| #define WIFCONTINUED |
( |
|
stat | ) |
0 |
◆ WIFEXITED
| #define WIFEXITED |
( |
|
stat | ) |
1 |
◆ WIFSIGNALED
| #define WIFSIGNALED |
( |
|
stat | ) |
0 |
◆ WIFSTOPPED
| #define WIFSTOPPED |
( |
|
stat | ) |
0 |
◆ WNOHANG
◆ WSTOPSIG
| #define WSTOPSIG |
( |
|
stat | ) |
0 |
◆ WTERMSIG
| #define WTERMSIG |
( |
|
stat | ) |
0 |