fehQlibs 26
Qlibs
|
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 in file wait.h.
int wait_stop | ( | ) |
int wait_stopnohang | ( | ) |