GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
wait-wrappers.h File Reference
#include <stdbool.h>
#include <sys/types.h>
Include dependency graph for wait-wrappers.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ octave_waitpid_wrapper()

pid_t octave_waitpid_wrapper ( pid_t  pid,
int *  statusp,
int  options 
)

Definition at line 54 of file wait-wrappers.c.

References options, and waitpid().

Referenced by main(), and octave::sys::waitpid().

◆ octave_wcontinue_wrapper()

int octave_wcontinue_wrapper ( void  )

Definition at line 71 of file wait-wrappers.c.

References WCONTINUE.

Referenced by octave::sys::wcontinue().

◆ octave_wcoredump_wrapper()

int octave_wcoredump_wrapper ( int  status)

Definition at line 97 of file wait-wrappers.c.

Referenced by octave::sys::wcoredump().

◆ octave_wexitstatus_wrapper()

int octave_wexitstatus_wrapper ( int  status)

Definition at line 103 of file wait-wrappers.c.

Referenced by main(), run_command(), and octave::sys::wexitstatus().

◆ octave_wifcontinued_wrapper()

bool octave_wifcontinued_wrapper ( int  status)

Definition at line 109 of file wait-wrappers.c.

References WIFCONTINUED.

Referenced by octave::sys::wifcontinued().

◆ octave_wifexited_wrapper()

bool octave_wifexited_wrapper ( int  status)

Definition at line 115 of file wait-wrappers.c.

Referenced by main(), run_command(), and octave::sys::wifexited().

◆ octave_wifsignaled_wrapper()

bool octave_wifsignaled_wrapper ( int  status)

Definition at line 121 of file wait-wrappers.c.

Referenced by main(), and octave::sys::wifsignaled().

◆ octave_wifstopped_wrapper()

bool octave_wifstopped_wrapper ( int  status)

Definition at line 127 of file wait-wrappers.c.

Referenced by octave::sys::wifstopped().

◆ octave_wnohang_wrapper()

int octave_wnohang_wrapper ( void  )

Definition at line 77 of file wait-wrappers.c.

References WNOHANG.

Referenced by octave::sys::wnohang().

◆ octave_wstopsig_wrapper()

int octave_wstopsig_wrapper ( int  status)

Definition at line 133 of file wait-wrappers.c.

Referenced by octave::sys::wstopsig().

◆ octave_wtermsig_wrapper()

int octave_wtermsig_wrapper ( int  status)

Definition at line 139 of file wait-wrappers.c.

Referenced by main(), and octave::sys::wtermsig().

◆ octave_wuntraced_wrapper()

int octave_wuntraced_wrapper ( void  )

Definition at line 83 of file wait-wrappers.c.

References WUNTRACED.

Referenced by octave::sys::wuntraced().