![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <pthread.h>#include <sys/types.h>#include <signal.h>#include "sighandlers.h"#include "thread-manager.h"
Go to the source code of this file.
Classes | |
| class | pthread_thread_manager |
Functions | |
| static void | block_or_unblock_signal (int how, int sig) |
Definition at line 103 of file thread-manager.cc.
Referenced by octave_thread_manager::block_interrupt_signal(), and octave_thread_manager::unblock_interrupt_signal().
1.8.1.2