#include <stdbool.h>
#include <sys/types.h>
Go to the source code of this file.
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) |
Definition at line 61 of file wait-wrappers.c.
References waitpid().
|
extern |
Definition at line 132 of file wait-wrappers.c.
Referenced by wcoredump().
Definition at line 138 of file wait-wrappers.c.
Referenced by main(), and wexitstatus().
Definition at line 144 of file wait-wrappers.c.
References WIFCONTINUED.
Referenced by wifcontinued().
Definition at line 150 of file wait-wrappers.c.
Referenced by main(), and wifexited().
Definition at line 156 of file wait-wrappers.c.
Referenced by main(), and wifsignaled().
Definition at line 162 of file wait-wrappers.c.
Referenced by wifstopped().
|
extern |
Definition at line 168 of file wait-wrappers.c.
Referenced by wstopsig().
Definition at line 174 of file wait-wrappers.c.
Referenced by main(), and wtermsig().
|
extern |