![]() |
ucspi-ssl
0.99e
TLS encryption for IPv6 communication
|
Go to the source code of this file.
Macros | |
#define | wait_crashed(w) ((w) & 127) |
#define | wait_exitcode(w) ((w) >> 8) |
#define | wait_stopsig(w) ((w) >> 8) |
#define | wait_stopped(w) (((w) & 127) == 127) |
Functions | |
int | wait_pid (int *, int) |
int | wait_nohang (int *) |
int | wait_stop () |
int | wait_stopnohang () |
Definition at line 27 of file wait_pid.c.
int wait_stop | ( | ) |
int wait_stopnohang | ( | ) |