#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 () |
void octave_block_async_signals | ( | void | ) |
Definition at line 151 of file cxx-signal-helpers.cc.
void octave_create_interrupt_watcher_thread | ( | octave_sig_handler * | handler | ) |
Definition at line 193 of file cxx-signal-helpers.cc.
void octave_unblock_async_signals | ( | void | ) |
Definition at line 159 of file cxx-signal-helpers.cc.