GNU Octave  4.0.0
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 | Functions
thread-manager.cc File Reference
#include <pthread.h>
#include <sys/types.h>
#include <signal.h>
#include "sighandlers.h"
#include "thread-manager.h"
Include dependency graph for thread-manager.cc:

Go to the source code of this file.

Classes

class  pthread_thread_manager
 

Functions

static void block_or_unblock_signal (int how, int sig)
 

Function Documentation

static void block_or_unblock_signal ( int  how,
int  sig 
)
static