GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
cxx-signal-helpers.cc File Reference
#include <sys/types.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include "signal-wrappers.h"

Go to the source code of this file.

Functions

void octave_block_async_signals ()
 
void octave_create_interrupt_watcher_thread (octave_sig_handler *handler)
 
void octave_unblock_async_signals ()
 

Function Documentation

◆ octave_block_async_signals()

void octave_block_async_signals ( void  )

Definition at line 151 of file cxx-signal-helpers.cc.

◆ octave_create_interrupt_watcher_thread()

void octave_create_interrupt_watcher_thread ( octave_sig_handler handler)

Definition at line 193 of file cxx-signal-helpers.cc.

◆ octave_unblock_async_signals()

void octave_unblock_async_signals ( void  )

Definition at line 159 of file cxx-signal-helpers.cc.