GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
sighandlers.h File Reference
#include "octave-config.h"
#include "child-list.h"
Include dependency graph for sighandlers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  octave::interrupt_handler
 

Namespaces

 octave
 

Typedefs

typedef void octave::sig_handler(int)
 

Functions

interrupt_handler octave::catch_interrupts (void)
 
interrupt_handler octave::ignore_interrupts (void)
 
void octave::install_signal_handlers (void)
 
void octave::respond_to_pending_signals (void)
 
interrupt_handler octave::set_interrupt_handler (const volatile interrupt_handler &h, bool restart_syscalls)
 
sig_handler * octave::set_signal_handler (int sig, sig_handler *handler, bool restart_syscalls)
 
sig_handler * octave::set_signal_handler (const char *signame, sig_handler *handler, bool restart_syscalls)