ACE 8.0.5
Loading...
Searching...
No Matches
os_wait.h File Reference

Macros

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

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

◆ WCOREDUMP

#define WCOREDUMP ( stat)
Value:
0

◆ WEXITSTATUS

#define WEXITSTATUS ( stat)
Value:
stat

◆ WIFCONTINUED

#define WIFCONTINUED ( stat)
Value:
0

◆ WIFEXITED

#define WIFEXITED ( stat)
Value:
1

◆ WIFSIGNALED

#define WIFSIGNALED ( stat)
Value:
0

◆ WIFSTOPPED

#define WIFSTOPPED ( stat)
Value:
0

◆ WNOHANG

#define WNOHANG   0100

◆ WSTOPSIG

#define WSTOPSIG ( stat)
Value:
0

◆ WTERMSIG

#define WTERMSIG ( stat)
Value:
0