Go to the source code of this file.
Macros | |
#define | WCONTINUE 0 |
#define | WIFCONTINUED(x) false |
#define | WNOHANG 0 |
#define | WUNTRACED 0 |
Functions | |
pid_t | octave_waitpid_wrapper (pid_t pid, int *statusp, int options) |
int | octave_wcontinue_wrapper (void) |
int | octave_wcoredump_wrapper (int status) |
int | octave_wexitstatus_wrapper (int status) |
bool | octave_wifcontinued_wrapper (int status) |
bool | octave_wifexited_wrapper (int status) |
bool | octave_wifsignaled_wrapper (int status) |
bool | octave_wifstopped_wrapper (int status) |
int | octave_wnohang_wrapper (void) |
int | octave_wstopsig_wrapper (int status) |
int | octave_wtermsig_wrapper (int status) |
int | octave_wuntraced_wrapper (void) |
#define WCONTINUE 0 |
Definition at line 45 of file wait-wrappers.c.
#define WIFCONTINUED | ( | x | ) | false |
Definition at line 57 of file wait-wrappers.c.
#define WNOHANG 0 |
Definition at line 49 of file wait-wrappers.c.
#define WUNTRACED 0 |
Definition at line 53 of file wait-wrappers.c.
pid_t octave_waitpid_wrapper | ( | pid_t | pid, |
int * | statusp, | ||
int | options | ||
) |
int octave_wcontinue_wrapper | ( | void | ) |
int octave_wcoredump_wrapper | ( | int | status | ) |
Definition at line 132 of file wait-wrappers.c.
Referenced by wcoredump().
int octave_wexitstatus_wrapper | ( | int | status | ) |
Definition at line 138 of file wait-wrappers.c.
Referenced by wexitstatus().
bool octave_wifcontinued_wrapper | ( | int | status | ) |
Definition at line 144 of file wait-wrappers.c.
References WIFCONTINUED.
Referenced by wifcontinued().
bool octave_wifexited_wrapper | ( | int | status | ) |
Definition at line 150 of file wait-wrappers.c.
Referenced by wifexited().
bool octave_wifsignaled_wrapper | ( | int | status | ) |
Definition at line 156 of file wait-wrappers.c.
Referenced by wifsignaled().
bool octave_wifstopped_wrapper | ( | int | status | ) |
Definition at line 162 of file wait-wrappers.c.
Referenced by wifstopped().
int octave_wnohang_wrapper | ( | void | ) |
int octave_wstopsig_wrapper | ( | int | status | ) |
Definition at line 168 of file wait-wrappers.c.
Referenced by wstopsig().
int octave_wtermsig_wrapper | ( | int | status | ) |
Definition at line 174 of file wait-wrappers.c.
Referenced by wtermsig().
int octave_wuntraced_wrapper | ( | void | ) |