s/qmail  3.3.23
Next generation secure email transport
Macros | Functions
wait.h File Reference
This graph shows which files directly or indirectly include this file:

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 ()
 

Macro Definition Documentation

◆ wait_crashed

#define wait_crashed (   w)    ((w) & 127)

Definition at line 9 of file wait.h.

◆ wait_exitcode

#define wait_exitcode (   w)    ((w) >> 8)

Definition at line 10 of file wait.h.

◆ wait_stopped

#define wait_stopped (   w)    (((w) & 127) == 127)

Definition at line 12 of file wait.h.

◆ wait_stopsig

#define wait_stopsig (   w)    ((w) >> 8)

Definition at line 11 of file wait.h.

Function Documentation

◆ wait_nohang()

int wait_nohang ( int *  )

Definition at line 5 of file wait_nohang.c.

Here is the caller graph for this function:

◆ wait_pid()

int wait_pid ( int *  ,
int   
)

Definition at line 25 of file wait_pid.c.

Here is the caller graph for this function:

◆ wait_stop()

int wait_stop ( )

◆ wait_stopnohang()

int wait_stopnohang ( )