Go to the source code of this file.
◆ waitpid
◆ __NR_waitpid
◆ WEXITED
◆ WSTOPPED
◆ WCONTINUED
◆ WNOHANG
◆ WNOWAIT
◆ WUNTRACED
◆ PID_STATUS_RUNNING
| #define PID_STATUS_RUNNING (1 << 0) |
◆ PID_STATUS_DAEMON
| #define PID_STATUS_DAEMON (1 << 1) |
◆ WIFEXITED
| #define WIFEXITED |
( |
| __STATUS | ) |
|
◆ WEXITSTATUS
| #define WEXITSTATUS |
( |
| __STATUS | ) |
|
◆ WIFSIGNALED
| #define WIFSIGNALED |
( |
| __STATUS | ) |
|
◆ WTERMSIG
| #define WTERMSIG |
( |
| __STATUS | ) |
|
◆ WIFSTOPPED
| #define WIFSTOPPED |
( |
| __STATUS | ) |
|
◆ WSTOPSIG
| #define WSTOPSIG |
( |
| __STATUS | ) |
|
◆ vsf_linux_sys_wait_vplt_t
| typedef struct vsf_linux_sys_wait_vplt_t vsf_linux_sys_wait_vplt_t |
◆ wait()
| pid_t wait |
( |
int * | status | ) |
|
◆ waitpid()
| pid_t waitpid |
( |
pid_t | pid, |
|
|
int * | status, |
|
|
int | options ) |
◆ waitid()
◆ vsf_linux_sys_wait_vplt