GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Typedefs | Functions
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
 Octave interface to the compression and uncompression libraries.
 

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)
 
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)
 
void octave::signal_handler (void)