GNU Octave  8.1.0
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

OCTAVE_API pid_t octave_waitpid_wrapper (pid_t pid, int *statusp, int options)
 
OCTAVE_API int octave_wcontinue_wrapper (void)
 
OCTAVE_API int octave_wcoredump_wrapper (int status)
 
OCTAVE_API int octave_wexitstatus_wrapper (int status)
 
OCTAVE_API bool octave_wifcontinued_wrapper (int status)
 
OCTAVE_API bool octave_wifexited_wrapper (int status)
 
OCTAVE_API bool octave_wifsignaled_wrapper (int status)
 
OCTAVE_API bool octave_wifstopped_wrapper (int status)
 
OCTAVE_API int octave_wnohang_wrapper (void)
 
OCTAVE_API int octave_wstopsig_wrapper (int status)
 
OCTAVE_API int octave_wtermsig_wrapper (int status)
 
OCTAVE_API int octave_wuntraced_wrapper (void)
 

Function Documentation

◆ octave_waitpid_wrapper()

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

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

References waitpid().

Referenced by main(), and waitpid().

◆ octave_wcontinue_wrapper()

OCTAVE_API int octave_wcontinue_wrapper ( void  )

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

References WCONTINUE.

Referenced by wcontinue().

◆ octave_wcoredump_wrapper()

OCTAVE_API int octave_wcoredump_wrapper ( int  status)

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

Referenced by wcoredump().

◆ octave_wexitstatus_wrapper()

OCTAVE_API int octave_wexitstatus_wrapper ( int  status)

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

Referenced by main(), run_command(), and wexitstatus().

◆ octave_wifcontinued_wrapper()

OCTAVE_API bool octave_wifcontinued_wrapper ( int  status)

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

References WIFCONTINUED.

Referenced by wifcontinued().

◆ octave_wifexited_wrapper()

OCTAVE_API bool octave_wifexited_wrapper ( int  status)

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

Referenced by main(), run_command(), and wifexited().

◆ octave_wifsignaled_wrapper()

OCTAVE_API bool octave_wifsignaled_wrapper ( int  status)

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

Referenced by main(), and wifsignaled().

◆ octave_wifstopped_wrapper()

OCTAVE_API bool octave_wifstopped_wrapper ( int  status)

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

Referenced by wifstopped().

◆ octave_wnohang_wrapper()

OCTAVE_API int octave_wnohang_wrapper ( void  )

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

References WNOHANG.

Referenced by wnohang().

◆ octave_wstopsig_wrapper()

OCTAVE_API int octave_wstopsig_wrapper ( int  status)

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

Referenced by wstopsig().

◆ octave_wtermsig_wrapper()

OCTAVE_API int octave_wtermsig_wrapper ( int  status)

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

Referenced by main(), and wtermsig().

◆ octave_wuntraced_wrapper()

OCTAVE_API int octave_wuntraced_wrapper ( void  )

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

References WUNTRACED.

Referenced by wuntraced().